Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 670 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 670 Bytes

React-Blog-App

Steps to run the application on loaclsystem

Install all the required packages

Run the below command to install all the required packages required to run React-Blog-App

npm install

Run the Db server which is used to store the data

Here we used simple json server to store all the blog details

npm run json-server

Run the Application

Run the below command in other terminal Keeping the json-server running in background

npm start

Images

Home Page

Home Page

Create Page

Create Page

Details Page

Details Page