Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 515 Bytes

File metadata and controls

18 lines (11 loc) · 515 Bytes

jbrowse-react-linear-genome-view-cra5

This is a demo of using the linear genome view with create-react-app v5 (which uses webpack 5)

It uses craco to add the webpack NodePolyfillPlugin (used for Buffer polyfill, etc)

Demo of @jbrowse/react-linear-genome-view with CRA 5

See this app running at https://jbrowse.org/demos/lgv-cra5/.

Usage

Run yarn and then yarn start to start a development instance

Run yarn build which produces a build directory that can be deployed to a static web server