Before start for the first time, run:
npm install
bower install
gulp migrate:up
To start the server, run:
gulp
please login with user name "admin", password "gmCTfVdf"
To migrate production db, run:
host=$host user=$user project=ofa-frontend-template env=production target=Prod command=migrate-product bash devops.sh
To deploy to production, run:
host=$host user=$user project=ofa-frontend-template env=production target=Prod command=deploy-product bash devops.sh