Application for visualising snp (single-nucleotide polymorphism) data using javascript
# install dependencies
yarn install
# run tests
yarn test
# serve with hot reload at localhost:8080
yarn dev
# build for production with minification
yarn build
# build for production and view the bundle analyzer report
yarn run build --report
# run all tests
yarn test