This project is a part of Udacity React nanodegree program.
Server installation
- Download or fork and clone the starter server repository
- Install the requirements from the included package.json file by running
npm install
- Run the server with
node server
App installation
- Download or fork and clone the Readable app repository
- Install the requirements from the included package.json file by running
npm install
- Run the app with
npm start
Enjoy!