npm install
cd client
npm installcd server
cp config.example.json config.json
# Update config.json with properties specific to your environmentnpm start
# Server runs on port 9000 by defaultcd client
npm start
# Client runs on port 3000 by default