Typescript starter with nodemon & jest
✓ nodemon - Build faster with hot-reloading code
✓ jest - Start out test-driven
✓ dist - Build config with appropriate .gitignore
(ready for NPM / your lambdas)
$ npx startmeup ts-starter [local-folder]
yarn
/ npm install
yarn watch
/ npm run watch
tsconfig.json
is setup to work with Node v12 (supported on AWS Lambda)