Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youngermaster/react-shadcn-ui-template
Boilerplate template for a React application using the Shadcn-UI library and Vite.
https://github.com/youngermaster/react-shadcn-ui-template
react-template react-vite shadcn-react shadcn-ui shadcn-ui-starter
Last synced: 24 days ago
JSON representation
Boilerplate template for a React application using the Shadcn-UI library and Vite.
- Host: GitHub
- URL: https://github.com/youngermaster/react-shadcn-ui-template
- Owner: Youngermaster
- License: mit
- Created: 2024-01-15T09:35:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-09T04:12:15.000Z (9 months ago)
- Last Synced: 2024-04-09T05:23:22.240Z (9 months ago)
- Topics: react-template, react-vite, shadcn-react, shadcn-ui, shadcn-ui-starter
- Language: TypeScript
- Homepage:
- Size: 288 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Shadcn-UI Template
This repository provides a boilerplate template for a React application using the [Shadcn-UI](https://github.com/your-link-to-shadcn-ui-repo) library and [Vite](https://vitejs.dev/) as the build tool and development server. The template is designed to help you kickstart your React projects with Shadcn-UI and Vite, offering a fast development environment and optimized production builds.
## Features
- React 18 with the latest features and optimizations
- Shadcn-UI integration for a modern and customizable UI component library
- Vite for fast development and optimized production builds
- ESLint and Prettier preconfigured for consistent code formatting and linting## Getting Started
1. Clone this repository:
```bash
git clone https://github.com/Youngermaster/react-shadcn-ui-template.git your-project-name
```2. Change to the project directory:
```bash
cd your-project-name
```3. Install the dependencies:
```bash
npm install
```4. Start the development server:
```bash
npm run dev
```The development server should now be running at [http://localhost:3000](http://localhost:3000).
## Building for Production
To create an optimized production build, run:
```bash
npm run build
```The output will be available in the `dist/` folder.
## Customizing the Template
You can customize the template by modifying the existing components or adding new ones in the `src` folder. You can also configure the Vite settings by editing the `vite.config.js` file.
For more information on Shadcn-UI, please refer to the [official documentation](https://your-link-to-shadcn-ui-documentation).
## Contributing
Contributions are welcome! If you have any suggestions, improvements, or bug fixes, please feel free to submit a pull request or create an issue.
## License
This project is licensed under the [MIT License](LICENSE).