starteryouInc / Starteryou-Website

0 stars 0 forks source link

RevampUI

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.

πŸ”— Live Demo

Check out the live version of the project here: StarterYou Live

URL for Dev Server: http://54.196.202.145:8080/

πŸ“‚ Project Structure

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

πŸš€ Getting Started

To get a local copy of this project up and running, follow these simple steps.

Prerequisites

Make sure you have the following installed:

Installation

  1. Clone the repo:

    git clone https://github.com/connectleadme/RevampUI.git
  2. Navigate to the StarterYou directory:

    cd RevampUI/StarterYou
  3. Install the dependencies:

    npm install

    Or if you prefer using yarn:

    yarn install
  4. Start the development server:

    npm run dev

    Or with yarn:

    yarn dev
  5. Open http://localhost:3000 to view the project in your browser.