Skip to content

pawelnvk/numbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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