A space for learning JSON with Elm.
Resource: https://www.brianthicks.com
Boot: Installs packages and initial build npm run boot
Boot and watch: Installs the packages, builds and then watches for changes npm run boot:watch
Build: Builds the project npm run build
Watch: Watches the project and rebuilds npm run watch
Start: Starts the server and runs watch, in seperate terminal tabs npm run start
Wipe: Deletes the build and node_modules dirs npm run wipe
Clean: Deletes just the build dir npm run clean
Uses BrowserSync.