Typescript project starter
- TypeScript v4
- Testing with Mocha
- Linting with Eslint and Prettier
- Pre-commit hooks with Husky
- Prettier with automatic staged files on commit
- Local development with Nodemon
- Production build script
yarn run start:dev
Starts the application in development using nodemon and ts-node to do hot reloading.
yarn run start
Starts the app in production.
yarn run build
Cleaning the build folder and builds the app
yarn run test
Run tests with mocha
yarn fix
Format the code and linter