Template project to create React App using Vite and Tailwind.
- ⚛️ React
- 📘 TypeScript
- 🎨 Tailwind CSS
- ⚡ Vite
- Node.js (v14+)
- pnpm
- Clone the repository:
git clone https://github.com/rajatsharma/project-shinobi.git my-app
cd my-app
- Install dependencies:
pnpm install
- Start the development server:
pnpm dev
- Open your browser and navigate to:
http://localhost:5173
pnpm build
The build files will be located in the dist
directory.
This project is licensed under the MIT License - see the LICENSE file for details.