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 ❤
- Host: GitHub
- URL: https://github.com/shahzaibkhalid/serverless-express
- Owner: shahzaibkhalid
- License: mit
- Created: 2019-04-27T17:08:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T18:35:57.000Z (about 6 years ago)
- Last Synced: 2025-02-02T01:44:45.021Z (4 months ago)
- Topics: express, nodejs, serverless
- Language: JavaScript
- Size: 187 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```