Bootstrapped with Create React App.
# Install dependencies (only the first time)
cd client && npm install
# Run the local server at localhost:3000
npm run startDownload Node.js.
# Install dependencies (only the first time)
cd server && npm install
# Run the local server at localhost:5000
npm run start