React + Vite + TypeScript Boilerplate

About

React Boilerplate with Vite and TypeScript.

1. Getting Started

First clone this repository.

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

Install dependencies. Make sure you already have nodejs & yarn installed in your system.

yarn

Run the development server:

yarn dev

Built with