Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 817 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 817 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:

How to Run

  • create .env.local file, you can copy from .env.example
  • fill VITE_API_URL with your api url
  • dont forget to install package npm install
  • run app npm run dev

Note