Skip to content

Make development using only browser easier

How to Test

  • In the root of the project run npm run live in the terminal
  • Open http://app.exosphere.localhost:8000/ in your browser
  • Browse to a view in the app (like server details for example)
  • Modify Elm source code for the view and save the file
  • Ensure that the view updates like in the video below
  • Press 'Ctrl-C' in the terminal where you ran npm run live
  • Run npm run live-debug, and repeat above steps
  • Ensure that functionality works as above
  • Ensure that the Elm debugger shows up (a floating blue bubble with the Elm logo on the bottom right of the screen showing an increasing number)
  • When clicking on the Elm debugger bubble a window should appear containing a live stream of Elm messages

Screenshots

exosphere-elm-live-720p

Fixes #410 (closed)

Edited by Julian Pistorius

Merge request reports