Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 567 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 567 Bytes

NODE SOLID BOILERPLATE

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.

Scripts

# install project dependencies
yarn

# run application locally
yarn dev

# build for production
yarn build

# analyze code
yarn lint

# run tests
yarn test