Skip to content

CBIIT/nci-webtools-dceg-plco-atlas

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