$ npm install -g generator-angular
$ git clone git@github.com:subicura/bb-ng.git # clone source
$ cd bb-ng
$ npm install # npm package install (grunt/karma/...)
$ bower install # bower package install (angular/jquery/sematic-ui/...)
$ cp app/scripts/config.js.example app/scripts/config.js
$ grunt server # launch server!!
- app/scripts/config.js 파일의 내용을 환경에 맞게 수정해주세요.
- 소문자시작 + camel case
- ex) ngShow.js
- ex) userService.js
- https://github.com/rorlab/bbapi.git (source)
- https://github.com/rorlab/bbapi (homepage)