Skip to content

This is a web agency website with aesthetic designs and animations, built using React and Vite. It includes modern tools like TailwindCSS, Locomotive Scroll, and Framer Motion to create an optimized and interactive web application.

Notifications You must be signed in to change notification settings

SouravGRoy/Kiwe

Repository files navigation

Vite Project

This is a web agency website with aesthetic designs and animations, built using React and Vite. It includes modern tools like TailwindCSS, Locomotive Scroll, and Framer Motion to create an optimized and interactive web application.

Table of Contents

Description

This project is a web agency website designed with aesthetic visuals and animations to create an engaging user experience. The website leverages modern web development technologies and libraries to ensure smooth performance and maintainability.

Installation

First, clone the repository and install the dependencies:

git clone https://github.com/yourusername/vite-project.git
cd vite-project
npm install

Development

To start the development server, run:

npm run dev

This will start Vite's development server, allowing you to view your project at http://localhost:3000.

Build

To create a production build, run:

npm run build

This will output the optimized production build to the dist directory.

Preview

To preview the production build, run:

npm run preview

This will start a local server to preview the production build.

Linting

To lint the project files, run:

npm run lint

This will run ESLint on your project, checking for any issues in JavaScript and JSX files.

Dependencies

Dev Dependencies

Project Structure

vite-project/
├── public/
│   └── index.html
├── src/
│   ├── components/
│   │   ├── Home.jsx
│   │   ├── Navbar.jsx
│   │   └── Footer.jsx
│   ├── pages/
│   │   ├── Services.jsx
│   │   ├── ourWork.jsx
│   │   ├── aboutUs.jsx
│   │   ├── insights.jsx
│   │   └── contact.jsx
│   ├── App.js
│   └── index.js
├── vercel.json
├── package.json
└── .gitignore

Deployment

This project can be deployed to Vercel. Ensure you have a vercel.json file in the root directory to handle routing:

{
  "rewrites": [
    { "source": "/(.*)", "destination": "/" }
  ]
}

Push your changes to your repository, and Vercel will automatically deploy the project.

License

This project is licensed under the MIT License.


Feel free to customize this README according to your project's specific needs.

About

This is a web agency website with aesthetic designs and animations, built using React and Vite. It includes modern tools like TailwindCSS, Locomotive Scroll, and Framer Motion to create an optimized and interactive web application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages