CBIIT DCEG spatial power calculation tool
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
cd server
cp config.example.json config.json
# Update config.json with properties specific to your environment
npm start
# Server runs on port 4000 by default
npm run start-queue-worker
# Queue worker listens to an SQS Endpoint
cd client
npm start
# Client runs on port 3000 by default