This project is a port of the famous Free Admin Bootstrap Theme SB Admin v2.0 to Angular Theme.
Find out more Free Angular Themes at StartAngular.com.
$ git clone https://github.com/start-angular/sb-admin-angular.git
$ sudo apt-get install npm
$ sudo npm install -g grunt-cli
$ sudo npm install -g bower
$ cd `project-directory`
$ npm install
grunt serve
$ npm start
grunt serve:dist
to minify the files for deployment
$ npm run dist
Note: If you get this following error,
Error: EACCES, permission denied '.config/configstore/insight-bower.yml'
You don't have access to this file.
changing ownner .config
sudo chown -R [user name] ~/.config