Skip to content

Boilerplate for express applications. Includes TS, Express.js, Prettier, AirbnbTSLint

Notifications You must be signed in to change notification settings

deniz946/express-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • During development, we use both npm run watch-ts (recompiles application on source changes) and npm run watch (restarts application on recompilation)

  • npm run tsc only compiles the application

  • npm run serve (npm run start) only starts the application

Install

  • If we cant import just installed npm package try installing its @types library before

Used Lib documentations

  • express-validator - Request validation methods
  • dotenv - Import config file into the process.env (environment variables)

Debug Node with

Extended lints

About

Boilerplate for express applications. Includes TS, Express.js, Prettier, AirbnbTSLint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published