Follow these steps to set up and run the client:
-
Navigate to the
clientdirectory:cd client -
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open the website in your browser: After running the development server, you can view the website at:
http://localhost:3000Replace
3000with the port specified in your project if it's different.