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.
-
Clone the repository:
git clone https://github.com/abdouDev22/quick-vite-project.git cd quick-vite-project -
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and go to localhost:5173
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.