Clone this repo:
git clone [email protected]:fredngo/codepath-web103-fall-2023-lab-1-solution.git
cd codepath-web103-fall-2023-lab-1-solution
cd server
npm install
cd ..
cd client
npm install
npm run build
In the same tab, since we're already in the client
directory, launch the client:
npm run dev
Open a new tab. Assuming that your terminal manager opens new tab at the same locatin:
cd ..
cd server
npm start
Keep both of these tabs open while you're working on the app.
Navigate to localhost:5173
to the the app running.