Very minimal boilerplate code to start an app in Typescript. Includes some handy dev helpers:
- Prettier for code formatting
- Husky for git hooks
- Lint-staged
- Ts-node for transpiling on the fly
- Install any other needed dependencies
- Start coding in
app.ts
or make your own entry point (updatestart
script to execute) yarn install
yarn start