Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 609 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 609 Bytes

ts-starter $ npx startmeup supported

Typescript starter with nodemon & jest

Features

✓ nodemon - Build faster with hot-reloading code
✓ jest - Start out test-driven
✓ dist - Build config with appropriate .gitignore (ready for NPM / your lambdas)

Get it!

$ npx startmeup ts-starter [local-folder]

Setup

yarn / npm install

Development

yarn watch / npm run watch

Node Version

tsconfig.json is setup to work with Node v12 (supported on AWS Lambda)