Newspaper is a responsive web page with some data, newspapers by categories: Sport, Travel, Science, etc... with style-components...
Newspaper uses a number of open source projects to work properly:
- Redux - Predictable state container for JavaScript apps
- styled-components - Visual primitives for the component age
- Storybook - Interactive JS UI component dev & test
- Axios - Promise based HTTP client for the browser and node.js
- Enzyme - JavaScript Testing utilities for React
- uiGradients - Beautiful colour gradients for design and code
- Prettier - Prettier is an opinionated code formatter
- ESLint - The pluggable linting utility for JavaScript and JSX
And of course Newspaper itself is open source with a [public repository][dill] on GitHub.
Newspaper requires Node.js v6+ to run.
Install the dependencies and devDependencies.
$ cd newspaper
$ npm install
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
$ npm start
Launches the test runner in the interactive watch mode.
$ npm test
Blds the app for production to the build folder.
$ npm run build
Runs React UI components.
$ npm run storybook
MIT
- Created with create-react-app