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