Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.23 KB

README.md

File metadata and controls

50 lines (35 loc) · 1.23 KB

BARExpressionViewer

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! **