Standalone web client for Scratch
Go to file
2015-09-02 13:45:58 -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 Downgrade eslint and patch makefile 2015-09-02 13:45:58 -07:00
package.json Downgrade eslint and patch makefile 2015-09-02 13:45:58 -07:00
README.md Downgrade eslint and patch makefile 2015-09-02 13:45:58 -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

To Test

npm test