Hello World Example for the Fluid Framework
Перейти к файлу
dependabot[bot] d2ab4d882a
Bump puppeteer from 23.7.1 to 23.8.0
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 23.7.1 to 23.8.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v23.7.1...puppeteer-v23.8.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-13 19:26:38 +00:00
.github Make a dependabot group for Jest (#436) 2024-11-13 11:25:58 -08:00
.vscode Update dependencies for node 18 (#301) 2023-09-11 13:33:34 -07:00
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 ci: Publish test results when running tests in pipelines (#297) 2023-07-31 13:10:12 -07:00
.nvmrc build: Update Node.js to v20 (#395) 2024-09-04 15:44:54 -07:00
.prettierignore Setup prettier (#257) 2022-10-17 16:55:41 -07:00
CODE_OF_CONDUCT.md Setup prettier (#257) 2022-10-17 16:55:41 -07:00
LICENSE Initial LICENSE commit 2020-08-18 15:16:33 -07:00
README.md Update dependencies (#302) 2023-09-11 14:53:06 -07:00
SECURITY.md Setup prettier (#257) 2022-10-17 16:55:41 -07:00
azure-pipelines.yml Disable ARROW (#434) 2024-11-11 15:23:28 -06:00
jest-puppeteer.config.js rc5 (#368) 2024-06-22 17:01:33 -07:00
jest.config.js Update dependencies for node 18 (#301) 2023-09-11 13:33:34 -07:00
package-lock.json Bump puppeteer from 23.7.1 to 23.8.0 2024-11-13 19:26:38 +00:00
package.json Bump puppeteer from 23.7.1 to 23.8.0 2024-11-13 19:26:38 +00:00
prettier.config.cjs Update dependencies for node 18 (#301) 2023-09-11 13:33:34 -07:00
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.