Standalone web client for Scratch
Find a file
Colby Gutierrez-Kraybill 95c6cd2a06 okay eslint.
2015-09-16 15:11:48 -04:00
server okay eslint. 2015-09-16 15:11:48 -04:00
src Use classnames package to manage classnames 2015-09-16 10:14:00 -04:00
static Add logged in state and dropdown 2015-09-14 16:14:40 -04:00
.eslintrc Enforce consistent function style 2015-09-14 16:14:40 -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 Initial nginx config generation, can use environment variabes PORT and SERVER_NAME. Dynamically figures out static regex based on build directory 2015-09-16 15:09:15 -04:00
package.json Initial nginx config generation, can use environment variabes PORT and SERVER_NAME. Dynamically figures out static regex based on build directory 2015-09-16 15:09:15 -04:00
README.md Extend build process to support multiple views 2015-09-03 22:26:56 -07:00
webpack.config.js avoid view if static 2015-09-14 16:03:39 -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