Packages installed as part of elm-tutorial
Have installed various things through the tutorial. As of yet haven’t seen any scaffolding projects to preassemble this stuff. So until that point, this should save some time.
- Yarn - https://yarnpkg.com/en/
elm package install elm-lang/htmlelm package install elm-lang/htmlelm package install elm-lang/mouseelm package install elm-lang/keyboardyarn inityarn add json-server@0.9.5yarn add webpack webpack-dev-middleware webpack-dev-server elm-webpack-loader file-loader style-loader css-loader url-loaderyarn add ace-css@1.1 font-awesome@4- webpack config - https://www.elm-tutorial.org/en/04-starting/03-webpack-1.html
elm package install elm-lang/htmlnpm install -g foreman- for hosting multiple node apps (server, client - nf start)elm package install elm-lang/httpelm package install NoRedInk/elm-decode-pipelineelm package install krisajenkins/remotedataelm package install elm-lang/navigationelm package install evancz/url-parser