npm install
Typescript builds are automatic and watch for file changes:
npm run build
or run this to build only once:
npm run buildOnce
Building, Linting, Formatting, Testing:
npm test
Don't forget to put your stuff in .env
and .serverless.env.yml
file.