https://github.com/tak-bro/ts-express-serverless
Simple Typescript + Express + Serverless Framework Boilerplate
https://github.com/tak-bro/ts-express-serverless
boilerplate express serverless serverless-framework template typescript
Last synced: 7 months ago
JSON representation
Simple Typescript + Express + Serverless Framework Boilerplate
- Host: GitHub
- URL: https://github.com/tak-bro/ts-express-serverless
- Owner: tak-bro
- License: mit
- Created: 2019-10-10T02:26:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-21T12:47:07.000Z (over 5 years ago)
- Last Synced: 2025-04-08T15:48:03.755Z (12 months ago)
- Topics: boilerplate, express, serverless, serverless-framework, template, typescript
- Language: TypeScript
- Homepage:
- Size: 203 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ts-express-serverless
> [Typescript](https://github.com/microsoft/TypeScript) + [Express](https://github.com/expressjs/express) + [Serverless Framework](https://github.com/serverless/serverless) Boilerplate
## Prerequisite
```sh
$ npm install -g typescript serverless
```
---
## How to use
### Installation
```sh
$ npm install
```
### Build for typescript
```sh
$ npm run build
```
### Development
```sh
$ npm start # run express
$ npm run start.serverless # run as serverless.offline
```
### Test
```sh
$ npm test
$ npm run dev:test # for development
```
### Lint
```sh
$ npm run lint
```
### Deploy using Serverless
```sh
$ npm run deploy
```
---
## Author
* [@tak-bro](https://github.com/tak-bro)
## Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/tak-bro/ts-express-serverless/issues).
## Show your support
Give a ⭐ if this project helped you!
## License
Copyright © 2019 [tak-bro](https://github.com/tak-bro).
This project is [MIT](https://github.com/tak-bro/ts-express-serverless/blob/master/LICENSE) licensed.