This is a modern web application built using React and Vite. It provides a fast and optimized development environment with a seamless user experience.
- Fast Development: Powered by Vite for quick development and hot module replacement.
- Modern UI: Built with React and styled using Tailwind CSS for a responsive and user-friendly interface.
- Routing: Integrated routing with React Router DOM.
- Icons: Utilizes Lucide icons for a rich set of vector icons.
- State Management: Uses React's built-in state management and context API for handling application state.
To get started with this project, follow the instructions below.
-
Clone the repository:
git clone https://github.com/blurockinno/blurockInnvations.git
-
Navigate to the project directory:
cd blurockInnvations
-
Install dependencies:
npm install
or if you prefer Yarn:
yarn install
To start the development server, run:
npm run dev