A minimalist Vite React app boilerplate with TypeScript, Tailwind CSS for styling, Shadcn components & React icons Setup. This template is designed to help you kickstart your project with a clean and modern starting point.
- Dark-themed design with a sleek and professional appearance.
- Tailwind CSS for easy and flexible styling.
- TypeScript for type checking and improved developer experience.
- Shadcn components integrated for UI elements.
- React Icons for scalable vector icons.
- Simple layout with centered content and a footer.
- Github Pages Deployment Setup
- Clone the repository:
git clone https://github.com/aibiansari/vite-react-app-boilerplate.git
- Navigate to the project directory:
cd vite-react-app-boilerplate
- Install Dependencies:
npm install
- Run Development Server
npm run dev
- Go to Settings → Actions → General,
- Scroll down to Workflow Permissions,
- Choose Read and Write, and Save:
- Actions → Choose a failed deployment → Re-run failed jobs. Wait until it finishes.
- Go to Settings → Pages
- Under Source, choose "Deploy from branch" and select the "gh-pages" branch.
- Click Save.
Once the workflow finishes successfully, you'll see a new deployment on your GitHub Pages. Click the link to access your deployed Vite React application!
Feel free to customize the text, styling, and layout according to your project's requirements. The provided template is a great starting point for building your application.
This project is open-source and available under the MIT License. Clone, use, and modify it freely!