This is a Next.js project bootstrapped using create-next-app with Tailwind CSS.
- Next.js 14 with App Router
- Tailwind CSS for styling
- Fast development with hot-reloading
- Pre-configured with ESLint and PostCSS
Ensure you have Node.js installed. You can check by running:
node -v- Clone the repository:
git clone <repository-url>
- Navigate into the project folder:
cd frontend - Install dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser.
frontend/
│ .gitignore
│ package.json
│ README.md
│ tailwind.config.js
│ postcss.config.js
│
├───app/
│ ├── layout.tsx
│ ├── page.tsx
│ ├── globals.css
│
├───public/
│
├───components/
│ ├── Header.tsx
│ ├── Footer.tsx
│
├───styles/
│ ├── custom.css
│
└───lib/
├── utils.ts
npm run dev- Start development servernpm run build- Build for productionnpm start- Start production server
Feel free to fork the repo and submit pull requests.
This project is licensed under the MIT License.