Skip to content

ahmetfarukyilmaz/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple blog website developed using React.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published