1.0.0 • Published 5 months ago

server-logistica v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago
$ npm init -y
$ npm i -D typescript @types/node ts-node-dev rimraf
$ npm i express env-var
$ npx tsc --init --outDir dist/ -rootDir src
"dev": "tsnd --env-file=local.env --respawn --clear src/app.ts",
"build": "rimraf ./dist && tsc",
"start": "npm run build && node --env-file=.env dist/app.js"
1.0.0

5 months ago