Skip to content

Frontend

Praduman Goyal edited this page Aug 20, 2019 · 2 revisions

Technical stack

JavaScript, ReactJS, ReduxJS, PlotlyJS

The various numbers and data served on APIs are utilised and visualised using PlotlyJS and other table structures.

Setting up

  1. Clone the Repository
$ git clone https://github.com/EnsemblGSOC/ecircdb-frontend.git ecircdb-frontend
$ cd ecircdb-frontend
  1. Install dependencies
$ yarn install
  1. Install Genoverse in the public folder
$ cd public
$ git clone https://github.com/wtsi-web/Genoverse.git Genoverse
  1. Start server
$ yarn start
  1. Visit localhost:3000
Clone this wiki locally