Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 281 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 281 Bytes

React Vite Stack

A simple Vite React Project Boilerplate that includes following libraries using Javascript:

  • React Router DOM
  • TailwindCSS
  • DaisyUI

Simply run the command

npm install 
npm run dev

Note: Typescript version will be created as soon as possible.