Author: Flamarion Fagundes Pinto
See on Github: Node Solid Boilerplate
NODE SOLID BOILERPLATE using TYPESCRIPT.
This template includes eslint, prettier, husky, jest and dotenv with an opinative architecture based on SOLID principle.
# install project dependencies
yarn
# run application locally
yarn dev
# build for production
yarn build
# analyze code
yarn lint
# run tests
yarn test