Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 506 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 506 Bytes

TS Node Starter Pack

This is my personal typescript node server starter pack. But feel free to use it yourself.

Development

git clone https://github.com/LucHighwalker/ts-node-starter

cd ts-node-starter

npm install

tsc --watch

nodemon ./dist/index.js
// or whatever you use

ENV example

HOST_URL='theurlyourserverison.com'
PORT=4200

MONGO_URL='mongoLocationURL'
JWT_SECRET='averysecretsecret'

MAILGUN_API_KEY='yourmailgunapikey'
EMAIL_DOMAIN='mailgun.email.domain'