Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 552 Bytes

README.md

File metadata and controls

44 lines (33 loc) · 552 Bytes

project

Project setup

npm install

Json-server setup

npm install -g json-server

Json-server start

npm run db-start

Json-server start (alternate)

json-server --watch db.json

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

My github

See there.

Customize configuration

See Configuration Reference.