Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 329 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 329 Bytes

Install

  • yarn install to install packages

Development

  • yarn serve to start development server
  • yarn fake-rest-api to start faked json api
  • yarn lint to run only the linter (linting is also active on development server)
  • yarn test:unit to run unit tests

Production

  • yarn build to build production code