- Compiles Typescript
- Watch for changes
- Has basic tooling for tests, linting
- Enforces a more functional coding style through the linter
git clone https://github.com/luisantunesdeveloper/typescript-basic-boilerplate.git <project_name>
npm install
Use src/ directory. All files are compiled and copied to the output directory dist/.
npm run build
npm run build:watch
npm run test
npm run test:watch
npm run lint