0.1.0 • Published 1 year ago

react-ts-vite v0.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

React TS | Vite Environment with Tailwind CSS

A project skeleton for a ReactJS application with Vite Environment, Tailwind CSS Framework & Vitest.

Build MIT License

Run Locally

Clone the project

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

Go to the project directory

  cd react-ts-vite

Install dependencies

  npm install

Start the server

  npm run dev

Build

To Build the project run the following command

  npm run build

Execute the building with the following command

  npm run preview