This project was made as a part of the React Developer Udacity Nanodegree.
$ cd ~/Desktop
$ git clone https://github.com/griffinsockwell/reactnd-project-readable.git
$ cd reactnd-project-readable
Make sure Node.js is installed.
Change into the correct directory.
$ cd api-server
Install the node modules.
$ npm install
Start the development server.
$ node server
Information about the API server and how to use it can be found in its README file.
Change into the correct directory.
$ cd frontend
Install the node modules.
$ npm install
Start the development server.
$ npm start