Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 500 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 500 Bytes

Planning-Calendar

How to run the app

In the project directory (the folder that contains json-server-calendar-api), you need first to install all dependencies by running:

npm install

You can run the app using the command:

npm run-server / json-server --watch db.json --port 5000

Runs the app in the development mode.

Open http://localhost:5000/users to view users it in your browser and to open the app http://localhost:5000 .

The page will reload when you make changes.