A basic Hybrid App illustrating the integration of Drag & Drop Apps.
This template uses Grunt, the Javascript Task Runner. To use Grunt with this Template App, do the following:
npm install -g grunt-cli
npm install
. This installs Grunt plugins, etc for use with this App.grunt serve
to preview this App locallyYou can also use Grunt to point your App at a local developement server. To do this, use the grunt serve:local
command. Some notes on using the serve:local task:
app: {
// configurable paths
app: 'www',
url: '',
default_local_server_url: 'http://localhost:8001'
},
you can also pass a 'url' optional flag to server:local, e.g. grunt serve:local --url=http://localhost:9000
We can also write your own tasks by extending the Gruntfile.js, e.g. add a 'serve:live' target that hits your server in your FeedHenry live enivronment.