Hello World Example for the Fluid Framework
Перейти к файлу
Sonali Deshpande 6b9dd3883d
Bump to FF 2.3 and fix dependabot config (#416)
2024-09-27 14:14:51 -07:00
.github Bump to FF 2.3 and fix dependabot config (#416) 2024-09-27 14:14:51 -07:00
.vscode
src
test
.gitignore
.nvmrc build: Update Node.js to v20 (#395) 2024-09-04 15:44:54 -07:00
.prettierignore
CODE_OF_CONDUCT.md
LICENSE
README.md
SECURITY.md
azure-pipelines.yml build: Update Node.js to v20 (#395) 2024-09-04 15:44:54 -07:00
jest-puppeteer.config.js
jest.config.js
package-lock.json Bump to FF 2.3 and fix dependabot config (#416) 2024-09-27 14:14:51 -07:00
package.json Bump to FF 2.3 and fix dependabot config (#416) 2024-09-27 14:14:51 -07: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.