Step 1
Clone the repository.
git clone https://github.com/cs280fa21/quote-app-starter
Change directory.
cd quote-app-starter
Install dependencies.
npm install
Run in development mode.
npm run start
Open the browser and visit http://localhost:3000
.