pfryga / react-github-app

React Workshops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 95.1%Language:HTML 4.9%