===== rest-api-example-bullhornjs 使用Bullhorn的Javascript API的AngularJS示例
第1步:下载并安装
第2步:克隆此存储库
$ git clone git@github.com:bullhorn/rest-api-example-bullhornjs.git
第3步:安装节点依赖
$ sudo npm install grunt-cli -g
$ sudo npm install bower -g
$ npm install
第4步:安装javascript依赖项
$ bower install
第5步:构建项目
$ grunt
第6步:运行服务器
$ grunt connect::keepalive
第7步:
暂无评论