An open API service indexing awesome lists of open source software.

https://github.com/chomosuke/typescript-template

An opinionated typescript template project with yarn, jest & eslint
https://github.com/chomosuke/typescript-template

Last synced: 4 months ago
JSON representation

An opinionated typescript template project with yarn, jest & eslint

Awesome Lists containing this project

README

          

# typescript template project for node
This is an opinionated typescript node template project

## setup dev environment
- Install node, npm and yarn.
- If you're using vscode, copy `.vscode base` directory and rename it to `.vscode`.
- This let vscode work with yarn properly.

## tips
- If you dislike format on save, you can disable it in `.vscode/settings.json`.
- For TDD, you might want to run you test as frequently as possible, you can use the command `yarn test --watch` to do that.