App with GitHub API using React, Redux, Redux-Thunk, Typescript and Material-UI
- Login to github
- Go to account Settings/Developer settings/OAuth Apps
- Create New OAuth App
- Find Client ID and Client Secret
- Clone this repository and install the node dependecies with:
npm install - Set up environment variables (accepts
.envfile) from previous stepCLIENT_ID=#### CLIENT_SECRET=#### - Run development server with:
scripts start
scripts startCompiles and hot-reloads for developmentscripts buildCompiles and minifies for productionscripts testCompiles and hot-reloads for test