1.3.0 • Published 9 years ago
xena-integrations v1.3.0
UCSC Xena Integrations
Components for embedding UCSC Xena in other apps.
Build
The build is based on npm and webpack.
- Ensure that git and node are installed
- On OSX, install brew http://brew.sh/
brew install gitbrew install node
git clone https://github.com/acthp/client-template.gitcd client-templatenpm installnpm start- browse to http://localhost:8080/webpack-dev-server/
Lint
Use npm run lint to run the lint rules. We lint with eslint and babel-eslint.