Skip to content

A simple and empty, ready to use, express backend template.

License

Notifications You must be signed in to change notification settings

Frenzoid/express-ts-backend-minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimalistic, most essential example of my favorite express server-route-model-controller scheme.

An image of a console log. Screenshot of express status.

Requirements

  • Globally installed nodemon, concurrently and typescript.

How to launch.

  • Dev: npm run dev.
  • Prod: npm run prod

How to check lints manually.

  • npm run tslint.

Contains.

  • body-parser
  • compression
  • cors
  • date-fns
  • dotenv
  • morgan
  • express
  • express-favicon
  • express-status-monitor

About

A simple and empty, ready to use, express backend template.

Topics

Resources

License

Stars

Watchers

Forks