This is a simple consulting web application built with React, Vite, and Tailwind CSS.
To get started with this project, follow these steps:
-
Clone the repository to your local machine:
git clone <repository-url>
-
Navigate to the project directory:
cd consulting-app -
Install dependencies:
npm install
-
Start the development server:
npm run dev
This will start the development server using Vite.
-
Open your browser and visit http://localhost:3000 to view the app.
- React - JavaScript library for building user interfaces.
- Vite - Next generation frontend build tool.
- Tailwind CSS - Utility-first CSS framework for rapid UI development.
consulting-app/
├── public/ # Static files
├── src/ # Source files
│ ├── assets/ # Images, icons, etc.
│ ├── components/ # React components
│ ├── constants/ # Constants and data
│ ├── styles/ # Global styles
│ └── App.jsx # Main component
├── .gitignore # Git ignore file
├── package.json # Node.js dependencies
├── README.md # Project README file
└── vite.config.js # Vite configuration file