github 에 나와있는 대로 설치시, 웹브라우저에 빈화면만 나와서 설치법 정리.
https://github.com/start-angular/sb-admin-angular
$git clone git@github.com:start-angular/sb-admin-angular.git
$sudo npm install -g bower
$sudo npm install -g grunt-cli
npm install
- bower install is ran from the postinstall$cd project-directory
$npm install
$bower install
$grunt serve:dist --force
If you want to run the development version and skip throught the minification process ,
$grunt serve --force
웹 브라우저에서 다음과 같이 띄운다.
http://localhost:9000/