- Open terminal in VsCode
- Change current directory to "EmotSense"
- I.E., "cd dev" > "cd EmotSense"
- Run "chalice local"
- Open another terminal in VsCode
- Change current directory to "Client"
- I.E., "cd dev" > "cd client"
- Run "npm install" to install dependencies
- Run "npm start"