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/html
elm package install elm-lang/html
elm package install elm-lang/mouse
elm package install elm-lang/keyboard
yarn init
yarn add json-server@0.9.5
yarn add webpack webpack-dev-middleware webpack-dev-server elm-webpack-loader file-loader style-loader css-loader url-loader
yarn 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/html
npm install -g foreman
- for hosting multiple node apps (server, client - nf start)elm package install elm-lang/http
elm package install NoRedInk/elm-decode-pipeline
elm package install krisajenkins/remotedata
elm package install elm-lang/navigation
elm package install evancz/url-parser