Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 562 Bytes

File metadata and controls

12 lines (8 loc) · 562 Bytes

Y-Sweet VanillaJS Demo

This demo shows how you can use Y-Sweet with a VanillaJS project.

This demo requires a connection string for a running Y-Sweet server. You can get one at app.y-sweet.cloud, or by running the y-sweet server yourself.

How to run this demo

  1. npm install
  2. npm run dev
  3. In another terminal, CONNECTION_STRING=<your-connection-string> npm run server
  4. Open http://localhost:3000 in your browser.