Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 472 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 472 Bytes

Vite React Typescript

A Simple react vite typescript starter template

Getting Started

Clone Repo

git clone https://github.com/arjay00/vite-react-ts.git

Install dependencies

npm install

Run Dev

npm run dev

Run Tests

npm test

Run End to End Test

npm run cypres:open

Build Production

npm run build

Authors