Standalone web client for Scratch
Find a file
carljbowman fc460015ea Update Global Colors SCSS to include Underscore
Change 'colors.scss' to '_colors.scss'
2015-09-29 13:51:46 -04:00
server Add HOC Landing page View 2015-09-25 09:59:56 -04:00
src Update Global Colors SCSS to include Underscore 2015-09-29 13:51:46 -04:00
static Update User Info and Assets in Navigation 2015-09-23 09:57:20 -04:00
.eslintrc Enforce consistent function style 2015-09-14 16:14:40 -04:00
.gitignore Add deployment configuration 2015-09-19 19:25:54 -04:00
.sass-lint.yml Add Global Colors and Updated SCSS / Linter 2015-09-29 11:22:48 -04:00
.travis.yml Add Slack integration to Travis 2015-09-02 18:00:24 -04:00
Makefile Add a Sass linter 2015-09-24 18:32:21 -04:00
package.json Add a Sass linter 2015-09-24 18:32:21 -04:00
README.md Use the right local port for www 2015-09-22 10:22:18 -04:00
webpack.config.js Move session from providers to beside main 2015-09-24 18:13:30 -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:8333 in your browser. If you wish to have the server reload automatically, you can install either nodemon or forever.

To Test

npm test