https://github.com/softx0/serverlessapp
Serverless app, build w/ node.js, express.js, mongodb, vercel n' some more stuff
https://github.com/softx0/serverlessapp
Last synced: about 2 months ago
JSON representation
Serverless app, build w/ node.js, express.js, mongodb, vercel n' some more stuff
- Host: GitHub
- URL: https://github.com/softx0/serverlessapp
- Owner: Softx0
- Created: 2020-12-15T23:22:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-08T18:34:21.000Z (over 4 years ago)
- Last Synced: 2025-02-09T09:15:27.031Z (4 months ago)
- Language: JavaScript
- Homepage: https://serverless-app-six.vercel.app/
- Size: 43 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serverless App Example
This directory is a brief example of using a Custom Build script that can be deployed with Vercel and zero configuration.
## Deploy Your Own
Deploy your own Custom Built project with Vercel.
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/examples/custom-build)
_Live Example: https://custom-build.now-examples.now.sh_
### How We Created This Example
To get started deploying a Custom Built project with Vercel, you can use the [Vercel CLI](https://vercel.com/download) to initialize the project:
```shell
$ vercel init custom-build
```