Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joanllenas/elm-spa

Super simple Elm SPA skeleton in three commits
https://github.com/joanllenas/elm-spa

elm skeleton spa

Last synced: about 1 month ago
JSON representation

Super simple Elm SPA skeleton in three commits

Awesome Lists containing this project

README

        

# Elm SPA

Simple SPA skeleton.

Each commit has a different structure:

- [Flat version (one module)](https://github.com/joanllenas/elm-spa/tree/dd18df141f8b855fb56de0311b94f2361a2fe31b)
- [Fractal version (one module)](https://github.com/joanllenas/elm-spa/tree/ba5b16866faa6bd1fa8f1efa551ea35dfab8d5f2)
- [Fractal version (one module per page)](https://github.com/joanllenas/elm-spa)

# Run

```bash
npm run start # http://localhost:8080
```