- With Prettier (for styling)
- With ESLint (using the recommended rules)
- With HTMLHint (for HTML Linting)
- Roboto font included
- 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
Install the following extension on VSCode for integrations with Prettier, ESLint and HTMLHint: