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
- Host: GitHub
- URL: https://github.com/vic/elmx-webpack-boilerplate
- Owner: vic
- License: apache-2.0
- Created: 2016-04-29T16:30:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-20T03:53:34.000Z (about 10 years ago)
- Last Synced: 2025-05-13T18:18:41.803Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://github.com/vic/elmx-webpack-preloader
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```