标签:
如何在本地运行公司的项目?公司的项目种类比较多,不同的项目使用不同的方法,但是都是大同小异的。
如何运行marketsbarometer这个项目?
3. Run npm and bower to install dependencies: npm install && bower install
4. Run grunt to start a local web instance: grunt
如何运行sdk项目
3. Run npm and bower to install dependencies: npm install
4. Run node to start a local node instance: node app
另外打开一个git bash ,进入项目的目录,然后运行如下命令
5. Run grunt to start a local web instance: grunt serve –sdkunu=ture
标签:
原文地址:http://www.cnblogs.com/alisayuan/p/4837155.html