/ts-template

ExpressJS Clean Architecture Boilerplate

Primary LanguageTypeScript

Express Template with Typescript, MongoDB, Cors, Helmet, Morgan, Router, Custom 404, Serialized responses and Cluster mode in production by default

Installation

$ git clone https://github.com/apikee/express-template.git
$ cd express-template

<!-- For Linux and Mac (don't know if command bellow will work on Windows) -->
$ rm -rf .git

<!-- Create .env file (example .env.example) -->

$ npm i
$ npm run dev
$ npm run build

Update package.json for your needs