eweitz / igv.js-react

Example integration of igv.js and React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

igv.js in React

This is a minimal example of integrating the igv.js genome browser with the popular React framework for front-end web development. The project was bootstrapped with Create React App, and made possible by implementing ES6 export in igv.js.

Install

git clone https://github.com/eweitz/igv.js-react
cd igv.js-react
npm install
npm start

Output

After executing the steps above, you should see the following: igv.js in React screenshot

About

Example integration of igv.js and React


Languages

Language:JavaScript 74.2%Language:HTML 20.2%Language:CSS 5.6%