A modern web application built with Vite, React, TypeScript, and Shadcn/ui.
- Vite: Next-generation front-end tooling for a fast development experience.
- React: A JavaScript library for building user interfaces.
- TypeScript: Static typing for JavaScript.
- Shadcn/ui: Beautifully designed components that you can copy and paste into your apps.
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
- ESLint: For identifying and reporting on patterns in JavaScript.
- Node.js (v18 or higher recommended)
- npm, yarn, or bun
- Clone the repository:
git clone <your-repository-url>
- Navigate to the project directory:
cd vite_react_shadcn_ts - Install dependencies:
npm install # or yarn install # or bun install
To start the development server, run:
npm run dev
# or
yarn dev
# or
bun devThis will typically start the server on http://localhost:5173.
In the project directory, you can run the following scripts:
npm run devoryarn devorbun dev: Runs the app in development mode.npm run buildoryarn buildorbun build: Builds the app for production to thedistfolder.npm run build:devoryarn build:devorbun build:dev: Builds the app for development to thedistfolder.npm run lintoryarn lintorbun lint: Lints the codebase using ESLint.npm run previeworyarn previeworbun preview: Serves the production build locally for preview.
This project is licensed under the MIT License - see the LICENSE.md file for details (if applicable). You may want to add a LICENSE file.
Contributions, issues, and feature requests are welcome! Feel free to check [issues page](/issues).
Give a ⭐️ if this project helped you!