Created
April 11, 2022 10:09
-
-
Save fupslot/3bb770e924a952b6554c2cd2f0d28548 to your computer and use it in GitHub Desktop.
React + TailwindCSS + Vite.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## React Setup with Vitejs | |
## To setup a react project is rather easy, simply pick the directory you want to store your projectn, | |
## open up a terminal there and run the following commands | |
npm init @vitejs/app vite-app --template react | |
or | |
npm init @vitejs/app vite-app --template vanilla | |
npm install | |
npm install -D tailwindcss@latest postcss@latest autoprefixer@latest | |
npx tailwindcss init -p |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment