top of page

Start using Gulp

  • taolius
  • Jun 29, 2016
  • 1 min read

git clone https://github.com/FixStream/meridian-ui.git

cd meridian-ui

sudo npm install -g gulp # GLOBAL INSTALL of gulp

sudo npm install —save-dev gulp # SAVE gulp settings for local user

sudo bower install # INSTALL BOWER

sudo npm install # INSTALLs GULP Dependencies

grep "^var proxy" ./gulp/proxy.js

var proxyTarget = 'https://172.16.2.111:8444';

gulp clean

gulp serve

# Manually install dependencies if the gulp complains

#sudo npm install karma gulp-karma karma-coverage karma-jasmine karma-phantomjs-launcher


 
 
 

Comments


© 2023 by BI World. Proudly created with Wix.com

  • Facebook Basic Black
  • Twitter Basic Black
  • YouTube Basic Black
bottom of page