Step 1: Run Server
- Run Yarn to install all dependencies. ``` yarn ```
- Run yarn start to start the server. ``` yarn start ```
Step 2: Run React App
- Run yarn to install all dependencies ``` yarn ```
- Run nodemon to start the server. ``` nodemon index.js ```