An AngularJS Frontend for Welo
Prerequisites: nvm (node version manager) on the dev machine
- create a copy of
config.development.js.dist
namedconfig.development.js
- customize
config.development.js
setting theapiEndPoint
parameter - nvm install
- npm start
A local node server will be started, acting like a proxy. This allows you to test the frontend with different environments.
From the project root run
$ node_modules/grunt-cli/bin/grunt deploy
to deploy on production
$ node_modules/grunt-cli/bin/grunt deploy_staging
to deploy on staging