A mean, clean & powerful boilerplate machine using typescript
- Super simple and friendly development environment
- No bloat included
- Great showcase of how Typescript, Wallaby and Visual Studio Code work together.
- Best practices included
- Complete workflow
- Develop, serve, lint, test - all within your IDE or terminal.
- 100% code coverage
- CI pipeline included. You're welcome.
- Developer ergonomic as a feature
- [email protected]
- Yarn for dependencies
- Testing with Wallaby and ava.js
- Linting with standardjs
- Coverage with Nyc (Istanbul) & Coveralls.io
- Snyk for security patches
- Predefined Visual Studio Code tasks
# Clone the repo
git clone --depth 1 [email protected]:borestad/typescript-boilerplate.git && cd typescript-boilerplate
# Install the repo (using yarn)
yarn
# Start coding (Using Visual Code Studio is recommended)
# Optional - Start in watch mode
npm start