https://github.com/tooljet/yjs-crdt-game
https://github.com/tooljet/yjs-crdt-game
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tooljet/yjs-crdt-game
- Owner: ToolJet
- License: mit
- Created: 2022-03-21T10:04:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-21T10:39:27.000Z (about 3 years ago)
- Last Synced: 2024-04-13T15:43:37.158Z (about 1 year ago)
- Language: JavaScript
- Size: 411 KB
- Stars: 13
- Watchers: 5
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Running React on Repl.it
[React](https://reactjs.org/) is a popular JavaScript library for building user interfaces.
[Vite](https://vitejs.dev/) is a blazing fast frontend build tool that includes features like Hot Module Reloading (HMR), optimized builds, and TypeScript support out of the box.
Using the two in conjunction is one of the fastest ways to build a web app.
### Getting Started
- Hit run
- Edit [App.jsx](#src/App.jsx) and watch it live update!By default, Replit runs the `dev` script, but you can configure it by changing the `run` field in the `.replit` file.