An open API service indexing awesome lists of open source software.

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

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.