Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 735 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 735 Bytes

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.

The example was originally created by @eweiz, and can be found here: https://github.com/eweitz/igv.js-react.

Install

git clone https://github.com/jrobinso/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