This template provides a minimal setup to get React-TypeScript app working in Vite with Tailwind CSS and Lucide icons.
- Node.js v21 or higher
Install globally on your computer from Node.js Downloads. Verify the installation by running this in a terminal:node -v npm -v
-
Open a terminal window and navigate to the directory where you want to clone this repository.
cd 'YOUR_FOLDER'
-
Clone this repository:
git clone https://github.com/franzcrs/vite-react-ts-tailwind-lucide-starter.git
-
Delete .git folder inside the cloned repository:
cd vite-react-ts-tailwind-lucide-starter rm -rf .git
-
Install dependencies:
npm install
-
Try out the starter app:
npm run dev
Type in the letter
o
+Enter
to open the browser and navigate to the app server URL (http://localhost:3000):o
-
Modify the original folder name as you wish and happy coding!