Skip to content

nigras/react-github-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React ES6 Github App

  1. Install dependencies npm install

  2. Generate new GitHub app with the following data:

Field Value
Homepage URL http://localhost:8080
Authorization callback URL http://localhost:8080
  1. Create config.js file with the following content:
module.exports = {
    clientId: '',
    clientSecret: ''
};

and fill it with your generated GitHub CLIENT_ID and CLIENT_SECRET.

  1. Run npm run serve

  2. Start coding!

About

React Workshops

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 95.1%
  • HTML 4.9%