https://github.com/guidevloper/nullstack-vercel-example
Example to demonstrate how to deploy a serverless Nullstack application in Vercel
https://github.com/guidevloper/nullstack-vercel-example
Last synced: over 1 year ago
JSON representation
Example to demonstrate how to deploy a serverless Nullstack application in Vercel
- Host: GitHub
- URL: https://github.com/guidevloper/nullstack-vercel-example
- Owner: GuiDevloper
- Created: 2021-05-17T21:18:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-01T02:59:24.000Z (almost 5 years ago)
- Last Synced: 2025-02-08T06:27:16.195Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://nullstack-vercel-example-guidevloper.vercel.app/
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nullstack Vercel

## How to run this Project
Install the dependencies:
`npm install`
Copy the environment sample to a .env file
```sh
NULLSTACK_PROJECT_NAME="[dev] Nullstack Vercel"
NULLSTACK_PROJECT_DOMAIN="localhost"
NULLSTACK_PROJECT_COLOR="#D22365"
NULLSTACK_SERVER_PORT="5000"
```
Run the app in development mode:
`npm start`
Open [http://localhost:5000](http://localhost:5000) to view it in the browser.
## Learn more about Nullstack
[Read the documentation](https://nullstack.app/documentation)