GMOD / jbrowse-react-app-nextjs-demo

1 stars 0 forks source link

jbrowse-react-app-nextjs

This is a demo of using the @jbrowse/react-app NPM package with next14 with the app router

Demo of @jbrowse/react-app with next.js

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

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Deploy

This page is deployed to https://jbrowse.org/demos/app-nextjs (uses output:export in next.config.js to create static build with no server side)