minimal-typescript-template
v1.0.1
Published
A minimal TypeScript template to have a quick start in my side projects.
Readme
minimal-template-typescript
A minimal TypeScript template to have a quick start in my side projects.
What does it have?
- TypeScript minimal setup
- Jest framework for unit tests
- Cucumber for acceptance tests in a BDD style (using Jest for expectations)
- .gitignore minimal setup
Running
Unit tests
yarn testAcceptance tests
yarn test:acceptance