Giter Site home page Giter Site logo

billchenxi / portal-ui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from igs/portal-ui

0.0 1.0 0.0 24.95 MB

GDC Data Portal UI

Home Page: https://portal.gdc.cancer.gov/

License: Apache License 2.0

JavaScript 96.89% HTML 0.02% CSS 1.53% Shell 0.02% Dockerfile 0.01% TypeScript 1.54%

portal-ui's Introduction

GDC Data Portal

#react #relay #redux #recompose #flow #jest #d3

Build Status

Technologies

  • React - JavaScript library for building user interfaces
  • Relay - JavaScript framework for building data-driven React applications
  • Redux - Predictable state container for JavaScript apps
  • Recompose - React utility belt for function components and higher-order components
  • Flow - Static type checker for JavaScript
  • Jest - Delightful JavaScript testing
  • d3 - Data-Driven Documents

Installation

Install Watchman

brew update
brew install watchman

We recommend using Node v8 (npm v5).

npm i

Tests

npm test

Development

By default the portal will attempt to connect to an api instance running on localhost:5000, however this can changed by setting the environment variable REACT_APP_API, or by setting localStorage.REACT_APP_API in the browser.

# start ui connected to localhost:5000 api server
npm start

# start ui connected to UChicago api server
REACT_APP_API=https://api.gdc.cancer.gov/v0/ npm start

// change api url during runtime in browser
localStorage.REACT_APP_API = 'https://api.gdc.cancer.gov/v0/'

Contributing

Read how to contribute here

portal-ui's People

Contributors

alex-wilmer avatar jephuff avatar cy avatar cheapsteak avatar anncatton avatar samrichca avatar justincorrigible avatar mjschranz avatar yuanhengzhao avatar sidsyrus avatar lepsalex avatar shanewilson avatar bedfordwest avatar aishmit avatar khan08 avatar porterjamesj avatar singergr-ctds avatar philloooo avatar a-collet avatar bilalbaqar avatar fgerthoffert avatar allisonheath avatar junjun-zhang avatar seancannata avatar ajinkyakadam avatar phuongmy avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.