Skip to content

Latest commit

 

History

History

ts-serverless-quickstart

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Serverless Express Example

This project is intended to be used along with our serverless quickstart tutorial. The purpose of this project is to showcase how you would update an existing Klotho-annotated application to include new services and routes.

serverless-express-sample
│   README.md   
└───src
│   │   index.ts
│   │
│   └───Pets 
│   │       dogs.ts 
│   │       cats.ts 
│   │       fish.ts // empty file for editing as part of the tutorial

Run the app locally

run the terminal commands:

npm install
ts-node src/index.ts
> App listening locally