iobio / genepanel.iobio

Genepanel.iobio: generate list of genes based on suspected conditions and phenotypes.
https://genepanel.iobio.io/
11 stars 3 forks source link
genomics

genepanel.iobio Build Status contributions welcome

Starting App

Using node version 8.5.x

npm install
npm start

Now open http://localhost:3000.

To watch for client-side file changes, open up a new terminal window and npm run webpack.

Running on Dev Server

npm run build:dev

Now open http://localhost:8080.

Running Client-side Tests

npm test

Building dev

npm run build

Building production

NODE_ENV=production npm run build