Skip to content

fiqryq/scroll-follow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vite vanila

This is a basic setup for starting a vanilla HTML project using Vite as the bundler. It provides a simple folder structure for organizing your HTML, CSS, and JS files.

How to running project

yarn install
yarn run dev // will running on port 5000

liveSassCompile settings

  "liveSassCompile.settings.formats": [
    {
      "format": "expanded",
      "extensionName": ".css",
      "savePath": "/src/css",
    }
  ],