Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 645 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 645 Bytes

1. Installation

$ npm install

2. Start API Server

Clone and run the server by following the instructions here: https://github.com/udacity/reactnd-project-readable-starter

3. Environment configuration

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

4. Running the server

$ npm start

This project was bootstrapped with Create React App.