6a2d48791e | ||
---|---|---|
.github | ||
src | ||
.gitignore | ||
.nvmrc | ||
CODE_OF_CONDUCT.md | ||
LICENSE | ||
README.md | ||
SECURITY.md | ||
azure-pipelines.yml | ||
package-lock.json | ||
package.json | ||
webpack.config.js |
README.md
@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.
Requirements
Node 14.19+
Getting Started
After cloning the repository, install dependencies and start the application
npm install
npm start