Project made for This Dot Labs code project
PORT
PORT_SERVER
GITHUB_API_TOKEN
This app consists of a front end client and API server. The client was scaffolded with Create React App
, served using React scripts
, and the API server is a basic Express
server run with Node
.
This application uses yarn
for package management. To start the client and API server run the start
script.
yarn start