Skip to content

ricardobarata/typescript-express-starter

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published