You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unopinionated Nodejs-Express-Typescript starter with basic setup (ts-node, pre-commit and pre-push hooks with husky, winston logger, mocha unit tests, linter, Dockerfile)
Starts development server using nodemon and ts-node
npm start
Launches server in production mode
npm run lint
Runs eslint along with prettier
npm run test
Runs jest unit tests
About
Unopinionated Nodejs-Express-Typescript starter with basic setup (ts-node, pre-commit and pre-push hooks with husky, winston logger, mocha unit tests, linter, Dockerfile)