Skip to content

Simple Typescript + Express + Serverless Framework Boilerplate

License

Notifications You must be signed in to change notification settings

tak-bro/ts-express-serverless

Repository files navigation

ts-express-serverless

Typescript + Express + Serverless Framework Boilerplate

Prerequisite

$ npm install -g typescript serverless

How to use

Installation

$ npm install

Build for typescript

$ npm run build

Development

$ npm start # run express
$ npm run start.serverless # run as serverless.offline

Test

$ npm test
$ npm run dev:test # for development

Lint

$ npm run lint

Deploy using Serverless

$ npm run deploy

Author

Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐ if this project helped you!

License

Copyright © 2019 tak-bro.
This project is MIT licensed.

Releases

No releases published

Packages

No packages published