vic/elmx-webpack-boilerplate
Get up to speed with webpack elm + sass + elmx
{ "defaultBranch": "master", "description": "Get up to speed with webpack elm + sass + elmx", "fullName": "vic/elmx-webpack-boilerplate", "homepage": "https://github.com/vic/elmx-webpack-preloader", "language": "JavaScript", "name": "elmx-webpack-boilerplate", "pushedAt": "2016-05-20T03:53:34Z", "stargazersCount": 2, "updatedAt": "2016-07-18T05:40:31Z", "url": "https://github.com/vic/elmx-webpack-boilerplate"}elmx-webpack-boilerplate
Section titled “elmx-webpack-boilerplate”Base project with webpacked elm + elmx + sass
Using elmx-webpack-preloader to compile elmx to elm
This will download npm dependencies, bower components and elm packages.
npm installDevserver
Section titled “Devserver”The following command runs a webpack dev server in watch mode
you can open your app at http://localhost:8800/
npm run devWill compile and pack all assets into dist/
npm run dist