You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.) you need npm and bower
2.) after cloning repo (be in the root folder of your project)
$ npm install && bower install
3.) start your app
$ grunt server
4.) have fun ;-)