/vite-template

A template powered by Vite to quicky test Front-end code

Primary LanguageSCSSMIT LicenseMIT

Capture d'écran_20230207_152738

Vite template builder to quickly generate Front-end code.

This repository will help create Front-end code to quickly test some animation effects. It is powered by Vite ⚡️ that quickly compiles anything you need, it is also including Sass, Babel, Eslint, Prettier, lil-gui and GSAP for animations.

How to install

Clone the repository or download it in zip format, then

Open Terminial

Navigate to projects folder

Install dependencies

  npm install

Start the dev server

  npm run dev

Build Project

To build for production

  npm run build

How to Use

  • Use the 'src' folder for all project files.
    • HTML
    • JS
    • SCSS
  • vite.config.js file sets up project input to 'src' folder.
  • Use eslintrc file to configure linting rules
  • Use prettierrc file to configure formatting rules

Useful links

License

License: MIT