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