Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 483 Bytes

File metadata and controls

32 lines (27 loc) · 483 Bytes

ezQTL

Getting Started

Install Dependencies

cd client
npm install
cd ../server
npm install

Create Configuration File

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

Start Server

cd server
npm start
# Server runs on port 3000 by default

Start Client

cd client
npm start
# Client runs on port 3000 by default, can specify 3001 or any other port