A React blog Web App built using react and redux. Users will be able to post content to predefined categories, comment on their posts and other users' posts, and vote on posts and comments. Users will also be able to edit and delete posts and comments.
- npm
- Download or Clone the Repository.
- Run
npm installto install the project dependencies in both Frontend-Blog and Backend-Server Directory.
-
To run the Backend-server:
cdinto Backend-Server Directory and usenode serverto start the backend.
-
To run the App:
cdinto Frontend-Blog Directory and usenpm start runto start the app.
- App can be seen at:
localhost:3000
This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.