A set of sensible defaults for building SPAs in Elm.
- Push-state Routing
- Multiple Layouts
- Uses Brunch as the build tool (fits in with my Elixir/Phoenix workflow).
- SCSS as the CSS pre-processor.
- Bootstrap 3 as the UI Framework.
- Elm
- Node / NPM
- Clone this repo.
- Copy the files (to ensure you don't inherit the Git history).
- Install deps with
elm package install && npm install
. - Build using
npm start