Skip to content

MaxTibs/nodejs-typescript-boilerplate

Repository files navigation

typescript-base

This projects aim to provide a set of tools/libraries to apply good coding practices in nodejs environment:

  • Static code analysis (Typescript + ESLint)
  • Unit testing (Jest)
  • Fast feedback loop

Scripts

Install

yarn

Launch

yarn start

Test

yarn test

Core packages

Typescript

Static Type checking to detect error at compile time.

ESLint

To increase productivity and help maintain code standards by doing static code analysis and auto-formatting the code on save.

Prettier

To increase productivity and help maintain code standards by auto-formatting the code on save.

Nodemon

To increase feedback loop by reloading app on change

Jest

For unit testing

Resources

(khalilstemmler)[https://khalilstemmler.com/blogs/tooling/prettier/]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published