micahgodbolt / FluidHelloWorld

Hello World Example for the Fluid Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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

About

Hello World Example for the Fluid Framework

License:MIT License


Languages

Language:TypeScript 82.5%Language:JavaScript 11.0%Language:HTML 6.5%