Skip to content

blurockionic/blurockInnvations

Repository files navigation

React + Vite Web Application

Description

This is a modern web application built using React and Vite. It provides a fast and optimized development environment with a seamless user experience.

Features

  • 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.

Getting Started

To get started with this project, follow the instructions below.

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/blurockinno/blurockInnvations.git
  2. Navigate to the project directory:

    cd blurockInnvations
  3. Install dependencies:

    npm install

    or if you prefer Yarn:

    yarn install

Usage

To start the development server, run:

npm run dev