This website requires JavaScript.
Explore
Help
Sign In
ryannhg
/
elm-spa
Watch
1
Star
1
Fork
0
You've already forked elm-spa
mirror of
https://github.com/ryannhg/elm-spa.git
synced
2024-11-29 13:34:42 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
af5cf8bca1
elm-spa
/
example
/
main.js
6 lines
96 B
JavaScript
Raw
Normal View
History
Unescape
Escape
rename folders
2019-10-16 08:02:06 +03:00
import
{
Elm
}
from
'./src/Main.elm'
add in routing like a real boi
2019-10-16 07:11:01 +03:00
Elm
.
Main
.
init
(
{
node
:
document
.
getElementById
(
'app'
)
}
)
Reference in New Issue
Copy Permalink