Standalone web client for Scratch
Go to file
Andrew Sliwinski 40490df56b Merge pull request #1 from thisandagain/styles
Add navigation and footer components
2015-09-04 08:17:40 -07:00
src Add navigation and footer components 2015-09-03 19:41:27 -07:00
static Add navigation and footer components 2015-09-03 19:41:27 -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 Add Slack integration to Travis 2015-09-02 18:00:24 -04:00
Makefile Avoid port conflict with vagrant and clarify readme 2015-09-02 14:59:31 -07:00
package.json Add navigation and footer components 2015-09-03 19:41:27 -07:00
README.md Avoid port conflict with vagrant and clarify readme 2015-09-02 14:59:31 -07:00
webpack.config.js Add navigation and footer components 2015-09-03 19:41:27 -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