Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 844 Bytes

README.md

File metadata and controls

43 lines (25 loc) · 844 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:

Setup

Node.js

Node.js is required to install and build the project.

You can find it on the Node.js downloads page.

.env

Included. Nothing important here, just some global links

Install

Once you have Node setup on your local environment you can install the project dependencies.

npm install

Dev

Once this is done, build the project.

npm run dev

Build

Once this is done, build the project.

npm run build