Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 415 Bytes

File metadata and controls

17 lines (12 loc) · 415 Bytes

React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite.

install packages
npm install
yarn install

To run the application, it's important to use a package manager tool such as yarn or npm.

dev
npm run dev
yarn dev

Runs the app in the development mode. Open localhost to view it in your browser. The page will reload when you make changes.