Standalone web client for Scratch
Find a file
2015-09-02 14:59:31 -07:00
src Clean-up travis config and demo code 2015-09-02 13:33:31 -07:00
static Initial commit 2015-09-02 12:08:58 -07:00
.eslintrc Initial commit 2015-09-02 12:08:58 -07:00
.gitignore Initial commit 2015-09-02 12:08:58 -07:00
.travis.yml Clean-up travis config and demo code 2015-09-02 13:33:31 -07:00
Makefile Avoid port conflict with vagrant and clarify readme 2015-09-02 14:59:31 -07:00
package.json Use linux compatible glob strings in makefile 2015-09-02 14:40:14 -07:00
README.md Avoid port conflict with vagrant and clarify readme 2015-09-02 14:59:31 -07:00
webpack.config.js Clean-up travis config and demo code 2015-09-02 13:33:31 -07:00

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