https://github.com/elm-tooling/elm-language-server
After creating a firebase change project name in .firebaserc to match the one you have on firebase.
npm install
Note: May take a while on first install
npm start
npm serve
npm serve:prod
npm run deploy
npm run component Search
This is the coolest generator, it will create a Search
component under src/
, update the main Model, Msg, Update, View and Routes for it
npm run route Contact
This will create a new Page type, route parser and route toPath case on the src/Router/Routes.elm
file