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