An open API service indexing awesome lists of open source software.

https://github.com/vic/elmx-webpack-boilerplate

Get up to speed with webpack elm + sass + elmx
https://github.com/vic/elmx-webpack-boilerplate

Last synced: 9 days ago
JSON representation

Get up to speed with webpack elm + sass + elmx

Awesome Lists containing this project

README

          

# elmx-webpack-boilerplate
Base project with webpacked elm + elmx + sass

Using [elmx-webpack-preloader](https://github.com/vic/elmx-webpack-preloader) to compile elmx to elm

# Setup

This will download npm dependencies, bower components and elm packages.

```shell
npm install
```

# Devserver

The following command runs a webpack dev server in watch mode
you can open your app at `http://localhost:8800/`

```shell
npm run dev
```

# Dist

Will compile and pack all assets into `dist/`

```shell
npm run dist
```