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

https://github.com/shahzaibkhalid/serverless-express

Serverless + Express.js ❤
https://github.com/shahzaibkhalid/serverless-express

express nodejs serverless

Last synced: 2 months ago
JSON representation

Serverless + Express.js ❤

Awesome Lists containing this project

README

        

# serverless-express
Serverless + Express.js = ❤

A basic guide on how to use Express as a serverless framework and deploy it to Netlify.

## Commands

You can run the following commands:

### Development Server for Serverless Functions

```shell
yarn start
```

### Production Build for Serverless Functions

```shell
yarn build
```