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

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

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.

[![Deploy with Vercel](https://vercel.com/button)](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
```