/react-github-app

React Workshops

Primary LanguageJavaScript

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!