Hello World Example for the Fluid Framework
Перейти к файлу
Sonali Deshpande 6a2d48791e
Configure dependabot to open prs for specific packages (#254)
2022-10-12 16:33:46 -07:00
.github Configure dependabot to open prs for specific packages (#254) 2022-10-12 16:33:46 -07:00
src Increase contrast of dice. (#177) 2021-10-05 16:53:43 -07:00
.gitignore Remove tests and eslint (#11) 2020-08-26 10:36:25 -07:00
.nvmrc Merge new-hello-world branch to main (#135) 2021-07-14 09:41:47 -07:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-08-18 15:16:31 -07:00
LICENSE Initial LICENSE commit 2020-08-18 15:16:33 -07:00
README.md update README to minimum node version of 14 (#218) 2022-06-10 09:19:13 -07:00
SECURITY.md Initial SECURITY.md commit 2020-08-18 15:16:36 -07:00
azure-pipelines.yml Update azure-pipelines.yml for Azure Pipelines (#222) 2022-06-16 14:29:14 -07:00
package-lock.json updated fluid-framework and tinylicious-client versions (#247) 2022-09-14 17:40:24 -07:00
package.json updated fluid-framework and tinylicious-client versions (#247) 2022-09-14 17:40:24 -07:00
webpack.config.js Main cleanup (#166) 2021-09-13 14:31:21 -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 14.19+

Getting Started

After cloning the repository, install dependencies and start the application

npm install
npm start