码迷,mamicode.com
首页 > 其他好文 > 详细

如何在本地机器上运行项目

时间:2016-01-06 11:59:13      阅读:120      评论:0      收藏:0      [点我收藏+]

标签:

如何在本地运行公司的项目?公司的项目种类比较多,不同的项目使用不同的方法,但是都是大同小异的。

如何运行marketsbarometer这个项目?

  1. Clone the project :git clone https://ayuan@msstash.morningstar.com/scm/qs/markets-components-barometer.git
  2. Change directory into the project dir:  cd markets-components-barometer

 

    3.  Run npm and bower to install dependencies:  npm install  && bower install

 

   4.  Run grunt to start a local web instance: grunt

 

如何运行sdk项目

 

  1. Clone the project :  git clone https://ayuan@msstash.morningstar.com/scm/qs/sdk.git
  2. Change directory into the project dir:  cd 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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!