Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 836 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 836 Bytes

Vanilla JS Vite Template

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

CSS

  • Roboto font included

Usage

  • Use this template from GitHub to create a new repository under your user
  • Clone the repository
  • Change the name of the project in the package.json
  • Install the dependencies:
npm i
  • Once finished, you can start the development server:
npm run dev

VSCode Extensions

Install the following extension on VSCode for integrations with Prettier, ESLint and HTMLHint: