Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 216 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 216 Bytes

elm-easy-budget

Setting up development environment

  • npm i -g create-elm-app
  • elm-app start
  • The above should install all the dependent elm packages and will open http://localhost:3000 in your browser.