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.
- Clone the repository
- Start the backend server by
cd react-readable/backend
npm install
npm start
- Start the frontend server in new window by
cd react-readable/frontend
npm install
npm start
If you find any errors/bugs, please feel free to open an issue!