LIVE SITE: FireBnb
- Download the project folder.
- Go into backend folder and install dependencies using npm install.
- Start the backend server by running npm start.
- In another terminal, navigate to the frontend folder and install dependencies using npm install.
- Start the frontend server by running npm start.
- Go to localhost:3000 .