How to Run Tests To run tests, run npm test in the root directory How to Build To build, run npm build in the root directory How to Run the App in Tsdx Watch Mode To run the Tsdx watch mode, run npm start in the root directory How to Run the App Locally To run the app in the local server, move to the example directory, and run npm start