- Simple express server starter with typescript
- Linting with eslint
- Code format enforced with prettier
- Both linting and code format enforced before commit with husky
- dotEnv configuration file
Run npm run dev
to run the development server. Try going to http://localhost:4000/hello
.
The server will automatically reload if you change any of the source files with the help of nodemon
.
Run npm run prod
to run the production server.