- NodeJS + npm
- Globally installed Grunt
Go to backend directory and run from terminal npm install
node server.js
Go to frontend directory and run from terminal npm install
after that grunt build-dev
.
If u want build production app type in ur terminal grunt build-prod
grunt run-server