https://github.com/kutyel/elm-bulma-dashboard
💅🏼 A playground with `elm-bulma`
https://github.com/kutyel/elm-bulma-dashboard
Last synced: 6 months ago
JSON representation
💅🏼 A playground with `elm-bulma`
- Host: GitHub
- URL: https://github.com/kutyel/elm-bulma-dashboard
- Owner: kutyel
- License: mit
- Created: 2020-08-27T11:57:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T15:26:20.000Z (almost 5 years ago)
- Last Synced: 2025-02-12T16:23:20.851Z (8 months ago)
- Language: Elm
- Size: 51.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elm-bulma-dashboard

A playground with `elm-bulma` 💅🏼
## Run the App!
```sh
$ npm install -g create-elm-app
$ elm-app start
```Or you can use Nix:
```sh
$ nix-build
$ chromium ./result/index.html
```