Files
vercel/examples/vanilla-pusher-functions
Paco 905b67512c [examples] Commit yarn.lock for all package.json frameworks (#6036)
* Add yarn.lock to all examples

* Add missing yarn lock

* Deploy all examples after yarn.lock changes

* Remove package-lock

* Update ionic angular to working version

* Skip libCheck to make ionic-angular build

* Rename nowignore to vercelignore, remove yarn.lock from ignore

* Revert zola changes
2021-03-29 16:15:36 -06:00
..

Realtime Pusher Whiteboard

This directory is a realtime serverless whiteboard powered by Pusher. The frontend is static vanilla HTML, CSS, and JavaScript and the backend is a single Node.js function.

Creating This Example

To get started with a realtime whiteboard on Vercel, you can use Vercel CLI to initialize the project:

$ vercel init vanilla-pusher-functions

Deploying From Your Terminal

You can deploy your new project with a single command from your terminal using Vercel CLI:

$ vercel