cd client
npm install
cd ../server
npm installcd server
cp config.example.json config.json
# Update config.json with properties specific to your environmentcd server
npm start
# Server runs on port 3000 by defaultcd client
npm start
# Client runs on port 3000 by default, can specify 3001 or any other port