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 start
Navigate 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 dev
and then visithttp://localhost:8080
on your browser.
To run tests:
npm run test