1.0.0 ā€¢ Published 2 years ago

create-vite-react-eslint v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

create-vite-react-eslint

Template from React with vite, eslint & react-router-dom v6 setup

Features

  • āš” Vite - fast
    • šŸ”— More info here about Vite
  • āœ”ļø Eslint
  • šŸ§° imagetool
    • šŸš€ Output modern formats
    • šŸ–¼ Resize Images
    • šŸ”— Easy Srcset generation
    • āš”ļø Fast in development mode
    • šŸ”’ Remove Image Metadata
    • šŸ§© Extensible
    • šŸ”— More info here about the imagetool

Quick start

$ npm init vite-react-eslint@latest

Allways use @lastest to fetch the newest version and updates.

Choose a project name, this will be also the project folder name.

šŸ‘ The template wil be cloned and the packages will be installed.

To spin up the dev server:

$ cd [project name]
$ npm run dev