Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 852 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 852 Bytes

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

created: vite react js

  • prettier

  • eslint - react/prop-type

  • source map

  • author name and email

  • components folder

  • npm i + run dev

    • npm i:
  • modern normalize

  • react icons

  • clsx

  • react-router-dom

  • axios

  • formik

  • yup

imports:

  • axios from "axios"
    • as Yup from "yup"
  • {Formik, Form, Field, ErrorMessage} from "formik"
  • {BrowserRouter, useSearchParams} from "react-router-dom"