Skip to content

Latest commit

History

History
28 lines (20 loc) 路 1.31 KB

README.md

File metadata and controls

28 lines (20 loc) 路 1.31 KB

My-Blog

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.

Requirements

  • npm

Libraries Used

How to run:

  1. Download or Clone the Repository.
  2. 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 use node server to start the backend.
  • To run the App:

    • cd into Frontend-Blog Directory and use npm start run to start the app.
  1. App can be seen at: localhost:3000

create-react-app

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.