DEV Community

Discussion on: React Developer's Crash Course into Elm

Collapse
 
wolfadex profile image
Wolfgang Schuster • Edited

For starting and building Elm there are also things like github.com/halfzebra/create-elm-app. This is much more comparable to create-react-app. Using elm reactor or elm-live are more for getting the ball rolling when just getting started and more comparable to setting up React manually. There's also elm-spa which handles breaking up your code and handling running it in dev mode.