Developing Apps in MOLGENIS
Archive structure
|-- config.json
|-- index.html
|-- app-template.html
|-- js
|-- example.js
|-- css
|-- example.cssExample
<html>
<head>
<link href="css/example.css"/>
</head>
<body>
<div class="container">
<h1>This is an example of including resources with relative paths</h1>
</div>
<script src="js/example.js"></script>
</body>
</html>Configuration
Example
Available javascript variables
App resource caching
Using webpack for rapid app prototyping
Last updated