Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 302 Bytes

File metadata and controls

24 lines (15 loc) · 302 Bytes

Getting Started

First, install dependancies:

npm install

Next, run the below to compile TypeScript, plus to also clean, run, and build Webpack:

npm start

This should launch the app on your machine.

Testing (Jest)

To initiate the test suites:

npm test