Skip to content

ushangt/reactgithubapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Learning react basics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published