content and comment web app
- Install the requirements from the included package.json file:
npm install - Install the backend server from https://github.com/udacity/reactnd-project-readable-starter
- Run the backend server with:
node server - Run the frontend server with:
npm start