Readable is a content and comment web app. Users are able to post content to predefined categories, comment on their posts and other users' posts, and vote on posts and comments. Users are also able to edit and delete posts and comments.
This App requires the Back-end server to be running on the same machine on http://localhost:3001/ . The code can be downloaded from https://github.com/udacity/reactnd-project-readable-starter/tree/master/api-server
- install all project dependencies with
npm install
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.