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