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 install
to install the project dependencies in both Frontend-Blog and Backend-Server Directory.
-
To run the Backend-server:
cd
into Backend-Server Directory and usenode server
to start the backend.
-
To run the App:
cd
into Frontend-Blog Directory and usenpm start run
to 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.