RevampUI is a modern user interface design system built with React and Vite, structured inside the StarterYou
folder. This repository contains a collection of reusable, responsive, and visually appealing components that can be integrated into any web project. It provides an optimized and scalable UI foundation to streamline the development process and ensure a great user experience.
Check out the live version of the project here: StarterYou Live
URL for Dev Server: http://54.196.202.145:8080/
The code for the entire project is located inside the StarterYou
folder. This folder contains all the components, styles, and assets needed for the project.
RevampUI/
│
├── StarterYou/
│ ├── public/
│ ├── src/
│ │ ├── assets/
│ │ ├── components/
| | ├── pages/
│ │ ├── App.jsx
│ │ ├── main.jsx
│ │ └── index.css
│ ├── index.html
│ └── package.json
To get a local copy of this project up and running, follow these simple steps.
Make sure you have the following installed:
- Node.js (v14 or higher)
- npm or yarn
- Vite (comes with the project)
-
Clone the repo:
git clone https://github.com/connectleadme/RevampUI.git
-
Navigate to the StarterYou directory:
cd RevampUI/StarterYou
-
Install the dependencies:
npm install
Or if you prefer using
yarn
:yarn install
-
Start the development server:
npm run dev
Or with
yarn
:yarn dev
-
Open http://localhost:3000 to view the project in your browser.