/logotel

Primary LanguageSCSS

Vanilla JS Vite Template

  • With Prettier (for styling)
  • With ESLint (using the recommended rules)

CSS

  • Use Sass autocompilation
  • You can create new file in src/scss folder, and add import in main.js

JS

  • You can create new file in src/js folder, and add import in main.js

Usage

  • Clone the repository with Github
  • Install the dependencies:
npm i
  • Once finished, you can start the development server:
npm run dev
  • Go to : localhost

  • If you want to build the project:

npm run build