Skip to content

Latest commit

 

History

History
52 lines (45 loc) · 914 Bytes

File metadata and controls

52 lines (45 loc) · 914 Bytes

angularfire-template

angular grunt bower

프로젝트 클론하기

1. Git 설치 http://git-scm.com/

2. Git 클론

git clone https://github.com/linkitapps/angularfire-template.git

3. 프로젝트 폴더로 이동하기

cd angularfire-template

프로젝트 라이브러리 다운로드하기

1. Node설치 (npm포함) http://nodejs.org/download/

2. bower 전역 설치

npm install bower -g

3. bower.json 파일을 이용해서 패키지 다운받기

bower install

grunt & plugin 설치

1. Grunt's Command Line Interface 설치하기 http://gruntjs.com/getting-started

npm install grunt-cli -g

2. package.json 파일을 이용해서 grunt plugin 다운받기

npm install

Grunt Task 실행 (Gruntfile.js)

1.

grunt build

2.

grunt watch

3.

grunt relase