scratch-www/README.md
2015-09-02 14:59:31 -07:00

500 B

scratch-www

Standalone web client for Scratch

Build Status

To Build

npm install
npm start

Once running, open http://localhost:8888 in your browser. Any update you make to files in either ./static or ./src should trigger a rebuild of the project and cause your browser to refresh to reflect those changes.

To Test

npm test