Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 413 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 413 Bytes

task-manager

Project Setup

Note that you first need to install json-server globally

npm install -g json-server

Then run the server. (Make sure you are at the root directory of the project )

json-server ./data/db.json
npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build