Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 668 Bytes

File metadata and controls

26 lines (17 loc) · 668 Bytes

@fluid-example/hello-world

This repository contains a simple app that enables all connected clients to roll a dice and view the result. For a walkthrough of this example and how it works, check out the tutorial documentation.

Getting Started

After cloning the repository, install dependencies with:

npm install

You can then run the example with:

npm start

This will open a browser window to the example. You can navigate to the same URL in a second window to see changes propagating between clients.

To webpack the bundle and output the result in ./dist, you can run:

npm run build