Standalone web client for Scratch
Find a file
2015-09-14 13:17:50 -04:00
server To avoid JSLint warning on var path being assigned but never used (it's used in eval()), putting a rather ugly solution directly into the the 'resolve' property of the routes.json 2015-09-14 13:17:50 -04:00
src Format the project count 2015-09-09 22:30:53 -04:00
static Extend build process to support multiple views 2015-09-03 22:26:56 -07:00
.eslintrc Resolve feedback from PR, fix stylistic issues 2015-09-09 10:01:10 -04: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 Add a command to stop the watch command 2015-09-08 14:56:54 -04:00
package.json Adding annotations to routes.json and correct interpreting code to include information about static assets. Will be used by routes-to-nginx-conf for building nginx regex patterns 2015-09-14 12:16:58 -04:00
README.md Extend build process to support multiple views 2015-09-03 22:26:56 -07:00
webpack.config.js Add carousel component 2015-09-08 14:56:54 -04: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