Skip to content

jcvi-plant-genomics/file-browser-app

 
 

Repository files navigation

file browser app

An AIP Science App created using Yeoman and the AIP science app generator.

App Code

Your application code is in the app/ subdirectory:

.
+-- app/
|   +-- app.html
|   +-- scripts/
|       +-- app.js
|   +-- styles/
|       +-- app.css

Development

You can interactively develop your app using the built-in test runner. Simply execute this command from within the base directory of your app:

$ grunt

This will run your application on a local server at http://localhost:9000. It will also watch your app code for changes and automatically reload the browser when it detects changes.

You can also run the test runner app in "production" mode with the command:

$ grunt serve:dist

This will start the same server, but without source code monitoring (live reload) and will also permit connections from outside, for example if you wanted to host the app yourself on a publicly accessible server.

Deployment

When you are ready you can upload your application to the AIP Science Apps Workspace.

** More details coming soon! **

About

Javascript File Browser app powered by Agave

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 89.9%
  • HTML 8.1%
  • CSS 2.0%