This project is a frontend application built with Next.js, React, and TailwindCSS. Below are the instructions to set up, develop, build, and start the application.
Ensure you have the following installed on your machine:
-
Clone the repository
git clone <repository-url> cd frontend
-
Install dependencies
npm install
-
Run the development server
npm run dev
Open http://localhost:3000 with your browser to see the result.
-
Development
To start the development server:
npm run dev
-
Build
To build the application for production:
npm run build
-
Start
To start the application in production mode:
npm run start
-
Lint
To run ESLint:
npm run lint
next: Next.js frameworkreact: React libraryreact-dom: React DOM library
@types/node: TypeScript definitions for Node.js@types/react: TypeScript definitions for React@types/react-dom: TypeScript definitions for React DOMeslint: JavaScript lintereslint-config-next: ESLint configuration for Next.jspostcss: Tool for transforming CSStailwindcss: Utility-first CSS framework
This project uses Tailwind CSS for styling. To customize Tailwind CSS, edit the tailwind.config.js file.
To learn more about Next.js, React, and Tailwind CSS, check out the following resources: