Simple TypeScript project template for new applications.
- TypeScript
- EsLint
- jest
- Husky
- Running Scripts
- DockerFile and more...
Clone this repo and use the package manager yarn to install the dependencies.
yarn
Install your dependencies and start coding!
- build -> Generates a
dist/
folder with the transpiled js code. - dev -> Starts the app using ts-node-dev.
- lint -> Checks and fix lint errors if possible.
- test -> Run the tests using jest.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.