mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 15:17:53 -05:00
Standalone web client for Scratch
src | ||
static | ||
.eslintrc | ||
.gitignore | ||
.travis.yml | ||
Makefile | ||
package.json | ||
README.md | ||
webpack.config.js |
scratch-www
Standalone web client for Scratch
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