angularjs - dashboard 설치하기by JS Yang

github 에 나와있는 대로 설치시, 웹브라우저에 빈화면만 나와서 설치법 정리.

SB Admin Angluar

https://github.com/start-angular/sb-admin-angular

Installation

  1. Clone this project or Download that ZIP file
$git clone git@github.com:start-angular/sb-admin-angular.git
  1. Make sure you have bower, grunt-cli and npm installed globally
$sudo npm install -g bower
$sudo npm install -g grunt-cli
  1. On the command prompt run the following commands
  • 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/

Published 22 August 2015
blog comments powered by Disqus