-
Install dependencies
npm install -
Generate new GitHub app with the following data:
| Field | Value |
|---|---|
| Homepage URL | http://localhost:8080 |
| Authorization callback URL | http://localhost:8080 |
- Create
config.jsfile with the following content:
module.exports = {
clientId: '',
clientSecret: ''
};
and fill it with your generated GitHub CLIENT_ID and CLIENT_SECRET.
-
Run
npm run serve -
Start coding!