/elm-json

Learning to use JSON with Elm

Primary LanguageElm

Elm JSON

A space for learning JSON with Elm.

Resource: https://www.brianthicks.com

Run the scripts

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

Clean the slate

Wipe: Deletes the build and node_modules dirs npm run wipe

Clean: Deletes just the build dir npm run clean

Server

Uses BrowserSync.