Make sure you have the following installed on your machine:
- Node.js
- npm (Node Package Manager)
-
Navigate to the frontend directory:
cd client
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Install Tailwind CSS and its dependencies:
npm install -D tailwindcss postcss autoprefixer
-
Initialize Tailwind CSS configuration:
npx tailwindcss init -p
-
Navigate to the backend directory:
cd server
-
Install the necessary packages:
npm install
-
Start the backend server:
npm run start