Front-end for PhyloZoom web application. Built with d3.js and phylotree.js.
npm install
Run the following commands in separate terminals to start the local server and watch files for changes:
npm start
# navigate to
localhost:8080/app
docker pull bcbi/phylozoom-frontend
docker run -p 8080:8080 bcbi/phylozoom-frontend
docker-compose up
And navigate to localhost:8080
on your browser.