This project is part of the React Nanodegree course in Udacity.
Readable is a simple blog application where users can post, comment and vote.
To get started developing right away:
- Install and start the API server
cd api-server
npm install
npm start
- In another terminal window, install and start the frontend application:
cd frontend
npm install
npm start