Skip to content

Latest commit

 

History

History
 
 

frontend

frontend

how to start the frontend independently, given that these is a running backend?

Option 1: nginx in docker

CRANE_IP=X.X.X.X ./bin/start.sh

then, visit http://localhost

Option 2: gulp serve

  1. install the package dependence
npm install && bower install
  1. edit the config file conf.js, make SAMPLES_URL = '/stack_samples/'
  2. start the serve
gulp serve
  1. visit http://localhost:5000