Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 250 Bytes

readme.md

File metadata and controls

21 lines (14 loc) · 250 Bytes

SIK Results

How to run

To build the app for production, run:

npm run build

To run the unit tests once, run:

npm test

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

npm run test.watch