Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 867 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 867 Bytes

React + TypeScript + 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:

Setting up local development environment

To install all dependencies for your local development environment, run

npm install

Running the development server

Run the development server using:

npm run dev

Build production

Run the build command:

npm run build

Running production build

Run the production build command:

npm run preview