Skip to content

Latest commit

 

History

History
70 lines (44 loc) · 1.11 KB

README.md

File metadata and controls

70 lines (44 loc) · 1.11 KB

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.