Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 420 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 420 Bytes

Getting Started with Blog App

Need to have Node.js to run this app. Install from here : [https://nodejs.org]

Install node modules:

npm install

Run json-server:

npx json-server --watch data/db.json --port 8000

It will run the json-server at port 8000.

Run app:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.