Skip to content

Captain-iiro/quick-vite-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vite Sass Starter

This is a quick-start project setup with Vite and Sass to help you get started with modern JavaScript development. Ideal for rapid prototyping or experimenting with new web effects.

Installation

  1. Clone the repository:

    git clone https://github.com/abdouDev22/quick-vite-project.git
    cd quick-vite-project
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev
  4. Open your browser and go to localhost:5173

Handling Changes

All the reusable components are organized in the /src/components directory. If you need to update something, such as the navbar, edit the component files in this folder. To modify the styles, navigate to /src/scss where you’ll find Sass partials for variables, mixins, and base styles.

Hot reloading is enabled by Vite, meaning any changes you make will automatically refresh in the browser, providing immediate feedback on your updates.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors