Skip to content
/ vite-react Public template

Create React App with the help of Vite Frontend Tool.

Notifications You must be signed in to change notification settings

RestJS/vite-react

Repository files navigation

React + TypeScript + Vite

This is create for start Create React App and easily manage and scale your site.

Installation

$ npx degit RestJS/vite-react <folder_name>

after clone native folder

$ cd <folder_name>
$ npm install

Used Packages

Vite, TypeScript, Tailwind CSS, React

Run Vite Command :-

  1. npm run build for start build.
  2. npm run dev for start dev.