/react-vite-ts-testing

React, Vite, Typescript, Testing

Primary LanguageTypeScript

VITE TS

Installation

Install package

npm install

Create environment variables

cp .env.exmaple .env

Available Scripts

Runs the app in the development mode

npm run dev

Builds the app for production to the dist folder

npm run build

Runs the app in the production mode. You need run this command first npm run build

npm run preview

Find and fix problems in your JavaScript code - ESLint

npm run lint
npm run lint:fix