Hello World Example for the Fluid Framework
Перейти к файлу
microsoft-github-policy-service[bot] 9bbb43124a
Updated for https://dev.azure.com/fluidframework/10f9b53e-c7fd-4538-9fff-13cd088a436c/_build?definitionId=54 by using baselines generated in https://dev.azure.com/fluidframework/10f9b53e-c7fd-4538-9fff-13cd088a436c/_build/results?buildId=303847
2024-11-04 11:56:38 +00:00
.config/1espt Updated for https://dev.azure.com/fluidframework/10f9b53e-c7fd-4538-9fff-13cd088a436c/_build?definitionId=54 by using baselines generated in https://dev.azure.com/fluidframework/10f9b53e-c7fd-4538-9fff-13cd088a436c/_build/results?buildId=303847 2024-11-04 11:56:38 +00:00
.github Reduce dependabot frequency to weekly (#421) 2024-10-08 13:07:24 -07:00
.vscode
public/images Update visuals to leverage new design spec and assets (#428) 2024-10-25 11:33:36 -07:00
src Update visuals to leverage new design spec and assets (#428) 2024-10-25 11:33:36 -07:00
test Update visuals to leverage new design spec and assets (#428) 2024-10-25 11:33:36 -07:00
.gitignore
.nvmrc
.prettierignore
CODE_OF_CONDUCT.md
LICENSE
README.md
SECURITY.md
azure-pipelines.yml
jest-puppeteer.config.js
jest.config.js
package-lock.json Update visuals to leverage new design spec and assets (#428) 2024-10-25 11:33:36 -07:00
package.json Update visuals to leverage new design spec and assets (#428) 2024-10-25 11:33:36 -07:00
prettier.config.cjs
webpack.config.js Update visuals to leverage new design spec and assets (#428) 2024-10-25 11:33:36 -07:00

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.js version 18+

Getting Started

After cloning the repository, install dependencies and start the application

npm install
npm start

Navigate to http://localhost:8080/ in the browser to view the app.