Skip to content

bcbi/phylozoom-frontend

Repository files navigation

PhyloZoom

Travis License Docker

Overview

Front-end for PhyloZoom web application. Built with d3.js and phylotree.js.

Requirements

Install Dependencies

npm install

Local Development

Run the following commands in separate terminals to start the local server and watch files for changes:

npm start
# navigate to
localhost:8080/app

Using Docker

docker pull bcbi/phylozoom-frontend
docker run -p 8080:8080 bcbi/phylozoom-frontend

Or to run the web application with the backend:

docker-compose up

And navigate to localhost:8080 on your browser.

Releases

No releases published

Packages

No packages published

Contributors 6