16 lines
303 B
Markdown
16 lines
303 B
Markdown
# About
|
|
Example demonstrating how one might architect a single page application
|
|
Elm app.
|
|
|
|
|
|
# Building
|
|
```bash
|
|
nix-shell -p elmPackages.elm cargo uglify-js
|
|
make serve RELEASE=1 # can also do DEBUG=1 instead
|
|
```
|
|
|
|
Now open `http://127.0.0.1:8080` in your browser.
|
|
|
|
# TODO
|
|
|
|
- [ ] Address compiler warnings. |