Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 474 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 474 Bytes

ReactGithubAPI

Learning react basics using the free and opensource github API

After downloading/forking the repo:

npm install

After that to run the app in

  1. Production Mode: Run npm start Navigate to the dist folder generated and run that on a nginx or a python simpleHttpServer.
  2. Developers Mode: Rename webpack.config.dev.js to webpack.config.js and run npm run dev and then visit http://localhost:8080 on your browser.

To run tests:

npm run test