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
yarn
yarn start
yarn test
Static Type checking to detect error at compile time.
To increase productivity and help maintain code standards by doing static code analysis and auto-formatting the code on save.
To increase productivity and help maintain code standards by auto-formatting the code on save.
To increase feedback loop by reloading app on change
For unit testing
(khalilstemmler)[https://khalilstemmler.com/blogs/tooling/prettier/]