feedhenry-templates / appforms-integration-client

This app demonstrates the integration of Feedhenry Drag & Drop Apps functionality into an existing hybrid App. This is the client side of the app.
Other
1 stars 4 forks source link

Feedhenry Drag & Drop Apps Integration Client

A basic Hybrid App illustrating the integration of Drag & Drop Apps.

Grunt

This template uses Grunt, the Javascript Task Runner. To use Grunt with this Template App, do the following:

FeedHenry local development

You 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'
  },