Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Clone the code: `git clone https://github.com/DanCarl857/MobileMoneyTool.git`
  • cd into the MobileMoneyTool directory: `cd MobileMoneyTool`
  • cd into the frontend-app directory: `cd frontend-app`
  • Run `npm install` install`
  • Run `npm install -g bower`
  • Run `npm install g grunt grunt-cli`
  • Run `bower install`
  • Run `grunt serve` to preview the application. This opens up the application on you default browser.

...