Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joanllenas/elm-spa
- Owner: joanllenas
- Created: 2021-10-15T17:06:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-17T17:25:15.000Z (over 3 years ago)
- Last Synced: 2024-12-13T01:13:38.157Z (about 1 month ago)
- Topics: elm, skeleton, spa
- Language: Elm
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```