Skip to content

project-fashion/backend-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

A typescript refactor of the backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published