Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 760 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 760 Bytes

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