Express + typescript starter pack.
A robust code structure for express + typescript projects.
-
Nodemon: Tool that helps develop node.js based applications by automatically restarting the node application when file changes in the directory are detected..
-
Morgan: HTTP request logger middleware for node.js
-
Dotenv: Dotenv is a zero-dependency module that loads environment variables from a .env file into process.env.
npm install
npm run dev
PR's welcome.