Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 632 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 632 Bytes

React Readable

This project demonstrates the usage of React and Redux to build a CMS application. 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.

Getting started

  1. Clone the repository
  2. Start the backend server by cd react-readable/backend
    • npm install
    • npm start
  3. Start the frontend server in new window by cd react-readable/frontend
    • npm install
    • npm start

Contributing

If you find any errors/bugs, please feel free to open an issue!