/elm-brunch-skeleton

Skelton for building Elm projects with brunch

Primary LanguageElm

Welcome to your new Elm project!

This brunch skeleton for elm is using these plugins:

Getting Started

Install

npm install
npx elm-package install

Run

npm start

Production build

npm build

Elm commands

Elm binaries can be found in node_modules/.bin, if you do not have Elm installed globally. With the latest npm you can run:

npx elm-package install <packageName>

to install new packages. Alternatively, you could add scripts in package.json and run them via npm run ...