Typescript Project Starter - @witecusedev/typescript-starter - v0.2.1
- Prettier
- Extension Recommendations
- Logger
- Env
- Eslint
- Tsconfig (production/development)
Available scripts listed below
- To start project (must be built)
npm run start
- To test in development
npm run test:dev
- To start in development (watch)
npm run in-dev
- To fix with prettier
npm run fix:prettier
- To fix with eslint
npm run fix:lint
- To build in production
npm run build:prod
- To build in development
npm run build:dev
This project licensed with MIT
license