This is the second project from Udacity's nanodegree on React using Redux
node
version >= 7.10.0
First you need to get a copy of the App into your machine
clone it, cd into the directory, install dependencies via YARN or NPM and start it up
git clone https://github.com/yokodev/secondreadable.git readable
cd readable/
npm i
npm start
This project uses the default version of the server given by Udacity...
git clone https://github.com/udacity/reactnd-project-readable-starter.git server
cd server/api-server
node server.js
That's it
- Jesus Amaya - yokodev