App to learn programming using a basic CoffeeScript drawing API
You can try the app here »
git clone [email protected]:tancredi/draw.git
cd draw
npm install
Build the app before running it
npm run build
npm start
Open your browser at http://localhost:9000
Run the watch script when developing
npm run watch