Skip to content

ChumpChief/FluidHelloWorld

 
 

Repository files navigation

@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

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 82.5%
  • JavaScript 11.0%
  • HTML 6.5%