Skip to content

Latest commit

 

History

History

express-server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

express-server

Express JS Application with Typescript

Running the app

In dev mode,

yarn dev

Build the app and run production code

yarn prod

Features

  • Express app configured
  • Handled loading of environment variables
  • Styled logging using chalk
  • Preconfigured logger middleware - winston for logging request details and errors