mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 15:17:53 -05:00
Standalone web client for Scratch
server | ||
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 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