This is a content and comment web app works with Readable API Server.
- The App is built with React, Redux, and React-Router.
Live preview not yet availiable, please consider install&run on your own station.
Users will post content to the predefined categories, comment, and vote 👍. Users are able to edit or delete existing posts/comments. If the post is deleted, it is no long accessible at its URL.
- clone the project:
git clone https://github.com/CCinCapital/React-Readable.git
- install the back end server (this is a copy of Readable API Server from Udacity.)
cd React-Readable/back-end
npm install
- install the front end app
cd React-Readable/front-end
npm install
- run the node.js server
cd React-Readable/back-end
npm start
- run the web app
cd React-Readable/back-end
npm start
1. <PostList/> doesn't overflow:auto;