ricardobarata / typescript-express-starter

Simple express server starter with typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typescript-express-starter

  • 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

Try it

Development server

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.

Production server

Run npm run prod to run the production server.

About

Simple express server starter with typescript

License:MIT License


Languages

Language:TypeScript 99.1%Language:Shell 0.9%