Skip to content

chomosuke/typescript-template

Repository files navigation

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.

About

An opinionated typescript template project with yarn, jest & eslint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors