Simple boilerplate to hack nicely around with Elm at Elmoin Meetups and anywhere else.
Without any Schnickschnack
[ˈʃnɪkˌʃnak]
(meaning: Just all you need, nothing more).
It just includes:
- Webpack
- Hot Module Replacement (HRM) by elm-hot-loader
- Basscss - if you want to make your app fancy
git clone https://github.com/elmoin/elmoin-starter-kit.git {your-project}
cd {your-project}
npm i
npm start
Open http://localhost:3333 in your browser.
Hint: To remove all git history just run rm -rf .git
from your {your-project}
folder.
Moin Moin Elmoin && have fun :)