/js1k2017

Primary LanguageHTML

JS1K 2017

Building

Install dependencies

npm i

Build outputs

npm run build

Open compressed output

open build/output-min-crushed.html

Develop

Install watcher-tool

npm i -g watch-then-cli

Run watcher on code

npm run watch

Edit code in src/js, reload browser, rinse, repeat.