Simple multi-user whiteboard with real-time synchronization.
To play with Firebase and TypeScript.
- Firebase
- TypeScript
- React
- SystemJS
Clone, build and run dev server:
git clone https://github.com/shamrin/whiteboard.git
cd whiteboard/
npm start
Open browser: http://127.0.0.1:8000
npm install -g firebase-tools
./build.sh
firebase login --reauth
firebase deploy
- It's convenient to be able to build the project no matter what happens with npm or third-party libraries. See also: Hermetic build.
- Neither Yarn, nor package-lock.json existed at the time this project was created.