Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 287 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 287 Bytes

Project setup

$ npm install

Compile and run the project

Project uses a fake REST API with json-server only in dev mode

# development (fake REST API: localhost:3100)
$ npm run dev

# production build
$ npm run build

# preview mode
$ npm run preview