Another content, comment web app
-
To run client app
npm installnpm start
-
To run server app, first get it from https://github.com/udacity/reactnd-project-readable-starter, then
npm installnpm startornode server
Client app is listening on port 3000, and server is on 3001.
User can add, edit, vote, and delete Posts and Comments.
Posts and Comments can be sorted by date, title and vote score.
Browse Categories to find category specific posts.