lamassu-server/lamassu-admin-elm
2019-08-31 17:50:13 +02:00
..
build Add lamassu-admin-elm to this repo (#185) 2018-10-08 21:29:06 +02:00
src Remove Quadriga from NavBar 2019-08-31 17:50:13 +02:00
tests Add lamassu-admin-elm to this repo (#185) 2018-10-08 21:29:06 +02:00
.gitignore Add lamassu-admin-elm to this repo (#185) 2018-10-08 21:29:06 +02:00
cli.txt Enable receipt printing (#298) 2019-07-30 19:50:40 +01:00
elm-package.json Add lamassu-admin-elm to this repo (#185) 2018-10-08 21:29:06 +02:00
README.md Add lamassu-admin-elm to this repo (#185) 2018-10-08 21:29:06 +02:00
todo.txt Add lamassu-admin-elm to this repo (#185) 2018-10-08 21:29:06 +02:00
UNLICENSE Add lamassu-admin-elm to this repo (#185) 2018-10-08 21:29:06 +02:00

lamassu-admin

Development

Start the hot-reloading webpack dev server:

npm start

Navigate to http://localhost:8080.

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 
│   ├── 5df766af1ced8ff1fe0a.css
│   └── 5df766af1ced8ff1fe0a.js