Pre-requisite:
- install Nodejs
- install Bower by running
npm install -g bower
from command line 3. install Grunt-CLI by runningnpm install -g grunt-cli
from command line
Setting up project (frontend):
- navigate to frontend in command line
- run
npm install
from command line- run
bower install
from command line- run
grunt serve (--force)
from command line to run
Setting up project (backend):
- navigate to backend in command line
- run
npm install
from command line