Front end requirements - HomeBudgetProject/HomeBudget GitHub Wiki

Front end requirements

  1. Install NodeJS from this
  2. Install Grunt :
    • just type into the command line npm install -g grunt-cli
  3. Install Bower :
    • type into the command line npm install -g bower
  4. Go to front-end root folder [path to your folder]/src/main/resources/src
  5. Type npm install
  6. Type bower install
  7. Execute grunt
  8. A folder with all static files should be created automatically.