Skip to content

Catevika/react-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a from Dave Gray

https://github.com/gitdagray/react_resources

It is available only in development mode because it deals with a local json file as database

It uses the easy-peasy npm package to make using Redux easier


How to use

Clone this repository, then in the project directory, you can run:

npx json-server -p 3500 -w data/db.json starts the server to access the local database

It is available on http://localhost:3500


Then, as this is a React project created with create-react-app:

npm start runs the app in the development mode

Open http://localhost:3000 to view it in the browser.