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
- Host: GitHub
- URL: https://github.com/ebukaodini/serverless-typescript-service-template
- Owner: ebukaodini
- License: mit
- Created: 2024-03-17T02:52:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-02T08:08:55.000Z (10 months ago)
- Last Synced: 2025-03-13T07:01:59.615Z (about 2 months ago)
- Topics: lambda-functions, low-code, nodejs, restapi-framework, serverless, typescript, validation-library
- Language: TypeScript
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```