Standalone web client for Scratch
Find a file
2015-09-06 16:18:53 -07:00
server Adds basic 'box' and 'news' component 2015-09-06 16:18:53 -07:00
src Adds basic 'box' and 'news' component 2015-09-06 16:18:53 -07:00
static Extend build process to support multiple views 2015-09-03 22:26:56 -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 Merge and resolve feedback from review 2015-09-04 08:26:18 -07:00
package.json Merge and resolve feedback from review 2015-09-04 08:26:18 -07:00
README.md Extend build process to support multiple views 2015-09-03 22:26:56 -07:00
webpack.config.js Merge and resolve feedback from review 2015-09-04 08:26:18 -07:00

scratch-www

Standalone web client for Scratch

Build Status

To Build

npm install
npm run build

During development, you can use npm run watch to cause any update you make to files in either ./static or ./src to trigger a rebuild of the project.

To Run

npm start

Once running, open http://localhost:8888 in your browser. If you wish to have the server reload automatically, you can install either nodemon or forever.

To Test

npm test