express-typescript-boilerplate

Setup & Running

  • Clone this repo
  • Install dependencies
  yarn

or

  npm install
  • Copy .env.example to .env and configure at will

  • Run!

  yarn dev

or

  npm run dev