Skip to content

lue-bird/elm-state-interface-hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal setup for an elm-state-interface app

git clone https://github.com/lue-bird/elm-state-interface-hello.git && \
cd elm-state-interface-hello && \
npm install && \
npx vite
  • open http://localhost:5173/ to see your app
  • open src/App.elm in an editor to paste in example code and fiddle around yourself

For all future runs, you just need

npx vite

Links to the tools: