Learning react basics using the free and opensource github API
After downloading/forking the repo:
npm install
After that to run the app in
- Production Mode: Run
npm startNavigate to the dist folder generated and run that on a nginx or a python simpleHttpServer. - Developers Mode: Rename webpack.config.dev.js to webpack.config.js and run
npm run devand then visithttp://localhost:8080on your browser.
To run tests:
npm run test