Retrieves application's manifest and returns a wrapped and running application.
Example
fin.Application.startFromManifest('http://localhost:5555/app.json').then(app => console.log('App is running')).catch(err => console.log(err));
Retrieves application's manifest and returns a wrapped and running application.
fin.Application.startFromManifest('http://localhost:5555/app.json').then(app => console.log('App is running')).catch(err => console.log(err));