Hello World Example for the Fluid Framework
Перейти к файлу
Joshua Smithrud 2bcdb8b4f6
build: Update dependencies (#459)
Specifically:
- `puppeteer`
- `start-server-and-test`
2025-01-22 11:09:10 -08:00
.github feat(dependabot): Add dual dependabot configs to update fluid packages daily while others weekly (#439) 2024-11-21 10:13:39 -08: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 build: Update dev dependency on `prettier` and update documentation formatting (#443) 2024-12-02 13:12:00 -08:00
LICENSE
README.md
SECURITY.md build: Update dev dependency on `prettier` and update documentation formatting (#443) 2024-12-02 13:12:00 -08:00
azure-pipelines.yml Add explicit CI trigger (#455) 2025-01-07 12:39:16 -08:00
jest-puppeteer.config.js
jest.config.js
package-lock.json build: Update dependencies (#459) 2025-01-22 11:09:10 -08:00
package.json build: Update dependencies (#459) 2025-01-22 11:09:10 -08: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.