Quick Start

Clone this repo:

git clone git@github.com:fredngo/codepath-web103-fall-2023-lab-1-solution.git
cd codepath-web103-fall-2023-lab-1-solution

Install the Server

cd server
npm install
cd ..

Install the Client

cd client
npm install

Build Assets

npm run build

Run the App

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.

Open the App in Browser

Navigate to localhost:5173 to the the app running.