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

https://github.com/ebukaodini/serverless-typescript-service-template

a serverless typescript service template
https://github.com/ebukaodini/serverless-typescript-service-template

lambda-functions low-code nodejs restapi-framework serverless typescript validation-library

Last synced: about 1 month ago
JSON representation

a serverless typescript service template

Awesome Lists containing this project

README

        

# serverless-typescript-service-template

A serverless typescript service template built on [scaffold.js](https://www.npmjs.com/package/@ebukaodini/scaffoldjs).

# Setup

## 1. Clone repo

```bash
npx degit https://github.com/ebukaodini/serverless-typescript-service-template.git sample-service
```

## 2. Install packages

```bash
npm i
```

## 3. Start service

```bash
npm run start:dev
```