$ npm install
Clone and run the server by following the instructions here: https://github.com/udacity/reactnd-project-readable-starter
Copy the contents of the .env.sample
file to the .env
file and change it with the credentials of your local environment
Place a token to REACT_APP_API_AUTHORIZATION_TOKEN and the url of your API server to REACT_APP_API_URL
$ cp .env.sample .env
$ npm start
This project was bootstrapped with Create React App.