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
- Host: GitHub
- URL: https://github.com/chomosuke/typescript-template
- Owner: chomosuke
- Created: 2022-03-04T01:34:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-06T07:07:45.000Z (about 4 years ago)
- Last Synced: 2025-02-15T07:17:46.243Z (over 1 year ago)
- Language: TypeScript
- Size: 66.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.