ucsc-xena-datapages
v2.42.0
Published
Data summary views for UCSC xena servers
Readme
Data pages
Data overview pages for UCSC xena servers.
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/ucscXena/xena_datapages.gitcd xena_datapagesnpm 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.
References
- http://blog.keithcirkel.co.uk/how-to-use-npm-as-a-build-tool/
- http://webpack.github.io/
- http://www.youtube.com/watch?v=VkTCL6Nqm6Y
