Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 510 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 510 Bytes

Draw

App to learn programming using a basic CoffeeScript drawing API

Screenshot of the App

You can try the app here »

Setup

git clone [email protected]:tancredi/draw.git
cd draw
npm install

Build

Build the app before running it

npm run build

Run

npm start

Open your browser at http://localhost:9000

Develop

Run the watch script when developing

npm run watch