8df052e23b
* Updates pipeline build to new M365 template * adds some new lines between major sections of build yml and adds newline at end of file for prettier * update build machine pool name * Add settings flag to skip tagging github PRs * Fix formatting isue in pipelines yml file * Fix formatting through prettier * Add code comments * Update true flag to not use quotes * Enable debug logs * Move settings to be at same level as sdl * Remove debug flags --------- Co-authored-by: seanimam <105244057+seanimam@users.noreply.github.com> |
||
---|---|---|
.github | ||
.vscode | ||
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.