/t-exercise

Primary LanguageTypeScript

t-exercise

Based on boilerplate project for typescript https://github.com/stemmlerjs/simple-typescript-starter.

Scripts

npm run start:dev

Starts the application in development using nodemon and ts-node to do hot reloading.

npm run start

Starts the app in production by first building the project with npm run build, and then executing the compiled JavaScript at build/index.js.

npm run test

Runs the jest tests once.

npm run test:dev

Run the jest tests in watch mode, waiting for file changes.