Skip to content

A template for writing TypeScript/Node projects.

License

Notifications You must be signed in to change notification settings

DylanSp/typescript-node-starter

Repository files navigation

Opinionated TypeScript/Node Starter Template

This is a template for writing TypeScript/Node projects using a somewhat opinionated dev stack. Choices made:

  • Linting: ESLint
  • Code formatting: Prettier, set to run on file save
  • Testing: Jest

npm is used by default, but to use Yarn v1, just remove package-lock.json and run yarn install. Not tested with Yarn 2.

Using This Template

  • See GitHub's instructions to create your repository based on this template.
  • Add your name to LICENSE on the line below "Copyright (c) 2020 Dylan Sprague"; the format should be "Copyright (c) [year][your name]".
  • Update the repository and author fields in package.json.

Recommended VSCode plugins

About

A template for writing TypeScript/Node projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published