mcordova47 / elm-snackbar

Commands for creating snackbars in elm

Home Page:https://mcordova47.github.io/elm-snackbar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elm-snackbar

Development

Start the hot-reloading webpack dev server:

npm start

Navigate to http://localhost:3000.

Any changes you make to your files (.elm, .js, .css, etc.) will trigger a hot reload.

Production

When you're ready to deploy:

npm run build

This will create a dist folder:

.
├── dist
│   ├── index.html 
│   ├── app-5df766af1ced8ff1fe0a.css
│   └── app-5df766af1ced8ff1fe0a.js

About

Commands for creating snackbars in elm

https://mcordova47.github.io/elm-snackbar/


Languages

Language:Elm 100.0%