No description
- JavaScript 87.6%
- HTML 12.4%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| client | ||
| .gitignore | ||
| LICENSE | ||
| package-lock.json | ||
| README.md | ||
Clash of Coins - Graffiti Tutorial
This repository contains source code of Graffiti Tutorial Series. It consists of two main parts - client and server.
Client
Client implements a rendering system which listens to mouse events or events emitted by the server and draws lines on the canvas. It supports variable brush size and color, and also has eraser mode.
- Run
npm installto install dependencies - Run
npm startto launch a dev server - Open http://localhost:8080