Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexkalderimis/tool-template-react
A template project for starting an intermine tool with.
https://github.com/alexkalderimis/tool-template-react
Last synced: 11 days ago
JSON representation
A template project for starting an intermine tool with.
- Host: GitHub
- URL: https://github.com/alexkalderimis/tool-template-react
- Owner: alexkalderimis
- License: apache-2.0
- Created: 2014-06-04T14:39:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-04T16:33:11.000Z (over 10 years ago)
- Last Synced: 2024-04-09T22:22:41.356Z (10 months ago)
- Language: JavaScript
- Size: 2.85 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
React Tool Template
====================A template to get started with when building a tool for intermine/steps.
How to use:
-------------Clone this repository and get editing! In particular you will need to:
* Change the `main.js` file to do what you want. The main component should
control a tree of other sub-components beneath it, and send events back to
the main context.
* Change the `demo`, `tool` and `test` indicies to instantiate the tool correctly, and send the
right events for your needs.