Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 336 Bytes

readme.md

File metadata and controls

29 lines (19 loc) · 336 Bytes

Numbers

Web app created with use of Stencil.

Scripts

To start development, run:

yarn start

To build the app for production, run:

yarn run build

To run the unit tests once, run:

yarn test

To run the unit tests and watch for file changes during development, run:

yarn run test:watch