Skip to content

kvnjng/nci-webtools-dceg-SpatialPower

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nci-webtools-dceg-SpatialPower

CBIIT DCEG spatial power calculation tool

Getting Started

Install Dependencies

Ensure that R is in your path.

npm install
npm run install-r-packages # May need to run in administrative terminal on Windows
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 4000 by default

Start Queue Worker

npm run start-queue-worker
# Queue worker listens to an SQS Endpoint

Start Client

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

About

CBIIT DCEG spatial power calculation tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.2%
  • R 7.4%
  • HTML 2.8%
  • SCSS 2.8%
  • Dockerfile 1.5%
  • CSS 0.3%