Skip to content

rajatsharma/project-shinobi

Repository files navigation

Project Shinobi 🥷

Template project to create React App using Vite and Tailwind.

🛠️ Technologies

  • ⚛️ React
  • 📘 TypeScript
  • 🎨 Tailwind CSS
  • ⚡ Vite

🚀 Getting Started

Prerequisites

  • Node.js (v14+)
  • pnpm

Installation

  1. Clone the repository:
git clone https://github.com/rajatsharma/project-shinobi.git my-app
cd my-app
  1. Install dependencies:
pnpm install
  1. Start the development server:
pnpm dev
  1. Open your browser and navigate to:
http://localhost:5173

🏗️ Building for Production

pnpm build

The build files will be located in the dist directory.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.