Skip to content

ochufy/dojo-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was made as part of this React tutorial YouTube playlist by The Net Ninja

To run this app:

Step 1) Clone the repo


Step 2) Open the project directory in the terminal and run:

npm install

to install the node modules


Step 3) Open the project directory in the terminal and run:

npm start

The app opens in http://localhost:3000 in your browser.


Step 4) In another terminal, open the project directory and run the script:

npx json-server -w data/db.json -p 8000

This creates a mock back-end server which runs on port 8000 using the database in db.json file in the data folder in root drectory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages