React + TypeScript + Vite
You must install Node.JS & yarn to run this project.
Install dependencies by just doing yarn
.
Launch the app
yarn dev
Make sure that tailwind compute its CSS, in another console
yarn tailwindcss -i ./src/index.css -o ./src/tailwind.css --watch