- This is an Elm template which uses SCSS and Parcel (https://parceljs.org/) as its bundler.
- Clone from the repo.
- Use Yarn or NPM to install the node packages
- For Development - use
yarn dev
ornpm dev
. This will run a local development server on port1234
- For Production - use
yarn production
ornpm production
. This will use optimized bundling. Output is indist/
folder.
- If you wish to contribute, please submit an issue on github and feel free to create a PR.