Typescript + Express + Serverless Framework Boilerplate
$ npm install -g typescript serverless
$ npm install
$ npm run build
$ npm start # run express
$ npm run start.serverless # run as serverless.offline
$ npm test
$ npm run dev:test # for development
$ npm run lint
$ npm run deploy
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐ if this project helped you!