A simple template to start your node
+ typescript
application from.
It supports source maps
and path aliases
The entry point is src/app.ts
Compiled to the dist
directory
Path aliases are defined in tsconfig.json file (path
property) and in package.json file (_moduleAliases
property)
- Install dependencies:
yarn
/npm i
- Build:
yarn build
/npm run build
- Start:
yarn start
/npm run start
- Build and start:
yarn bns
/npm run bns
Note: On windows only works withpowershell 7 preview 5+
or underWSL