- NodeJS v9.6.1
- npm v5.6.0+ / Yarn v1.3.2
$ yarn
For npm:
$ npm install
yarn dev
For npm:
npm run dev
Then open http://localhost:3000 in browser.
yarn built
For npm:
npm run built
yarn start
For npm:
npm run start
Then open http://localhost:8080 in browser.
yarn test
For npm:
npm run test
Open component article-item.jsx to see usage.
Code require css contain by home/index.jsx and article-list.jsx
Turn off (set it to false or comment it) option 'modules' (line 47) in file webpack.prod.config.js