bastianaf / express-ts

๐Ÿ’™Node Express ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express TS ๐Ÿ’™

npm

Express TS Base Project


npm npm npm

๐ŸŽ’ What's included?

  • ๐Ÿ‚ BULL QUEUE
  • ๐Ÿƒ MONGO DB
  • ๐Ÿ”บ REDIS / REDIS COMMANDER
  • ๐Ÿ‹ DOCKERIZE READY

๐Ÿ”จ Build Setup

Environment

add a .env file with all you need

Dependencies

# install dependencies
$ npm install

Local

# serve with hot reload at localhost:port
$ npm run dev

Production

# build for production and launch server
$ npm run build

# pm2 cluster (production vรญa nginx reverse proxy)
$ npm run build
$ pm2 start

About

๐Ÿ’™Node Express ts


Languages

Language:TypeScript 97.9%Language:Makefile 0.9%Language:Dockerfile 0.9%Language:Shell 0.3%