d2ab4d882a
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> |
||
---|---|---|
.github | ||
.vscode | ||
public/images | ||
src | ||
test | ||
.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 | ||
package.json | ||
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.