Hello World Example for the Fluid Framework
Перейти к файлу
Rishhi Balakrishnan 6f67859647 comment 2024-11-20 18:42:49 +00:00
.github comment 2024-11-20 18:42:49 +00:00
.vscode
public/images
src
test
.gitignore
.nvmrc
.prettierignore
CODE_OF_CONDUCT.md
LICENSE
README.md
SECURITY.md
azure-pipelines.yml Use new pool (#438) 2024-11-14 17:03:32 -06:00
jest-puppeteer.config.js
jest.config.js
package-lock.json Bump jest-puppeteer from 10.1.2 to 10.1.4 (#430) 2024-11-12 08:11:15 -08:00
package.json Bump jest-puppeteer from 10.1.2 to 10.1.4 (#430) 2024-11-12 08:11:15 -08:00
prettier.config.cjs
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.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.