Skip to content

msultanovdev/mstodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

  1. Install all the packages in the terminal of your project by the command below:

npm install

  1. In the project directory, you can run:

npm start

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

  1. You should install the json-server package.

npm install json-server -g

  1. You have to run fake json-server by your terminal: // just copy and paste the command in the terminal of project.

json-server ./src/assets/db.json --port 3001

  1. Take a look, i hope you managed to lauch the project :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published