- Built as Single page application using React which provide a dynamic and component based user interface
- It use Vite as its development enviroment and bundler , which ensure fast hot module reloading and optimized production builds.
- Written in modern JS with modular components.
- GSAP and Framer Motion helps to drive smooth , complex animations and fluid page transitions.
- React Router handles seamless client side page navigation without reloading.
Before you begin, ensure you have the following installed on your local machine:
- Node.js (v16.0.0 or higher recommended)
- npm (comes with Node.js)
-
Clone the repository:
git clone https://github.com/kuratus89/lucknow-build-guild.git cd lucknow-build-guild -
Install dependencies:
npm install
-
Start the development server:
npm run dev
The application will be running at
http://localhost:5173(default Vite port).