elm-spa/README.md

19 lines
470 B
Markdown
Raw Normal View History

2019-11-06 02:37:10 +03:00
# elm-spa
> a way to build single page apps with Elm!
## it's not done until the docs are great!
So nicer documentation and examples are on the way!
Until then, you can join the conversation on [discourse](https://discourse.elm-lang.org/t/elm-spa-a-tool-for-building-single-page-apps/4597/27), or start a conversation in a Github issue.
(_Please, no PRs for now. They're tricky to merge with the constant design changes!_)
2019-11-06 02:37:10 +03:00
2019-11-19 03:28:47 +03:00
## local development
2019-11-06 02:37:10 +03:00
```
2019-11-20 05:36:57 +03:00
npm start
2019-11-06 02:37:10 +03:00
```