Skip to content

machiela-lab/GWAS-Explorer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nci-webtools-dceg-plco-atlas

Getting Started

Install Dependencies

npm install
cd client
npm install

Create Configuration File

cd server
cp config.example.json config.json
# Update config.json with properties specific to your environment

Start Server

npm start
# Server runs on port 9000 by default

Start Client

cd client
npm start
# Client runs on port 3000 by default

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.8%
  • Shell 3.4%
  • SCSS 1.2%
  • HTML 0.9%
  • Python 0.6%
  • CSS 0.1%