https://github.com/matronator/vite-project-starter
Starter template for Vite with pnpm, React, TypeScript, PostCSS and Bootstrap.
https://github.com/matronator/vite-project-starter
Last synced: over 1 year ago
JSON representation
Starter template for Vite with pnpm, React, TypeScript, PostCSS and Bootstrap.
- Host: GitHub
- URL: https://github.com/matronator/vite-project-starter
- Owner: matronator
- License: mit
- Created: 2023-02-09T22:23:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T17:53:28.000Z (over 1 year ago)
- Last Synced: 2025-04-04T18:36:18.279Z (over 1 year ago)
- Language: HTML
- Size: 280 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# vite-project-starter
## Table of Contents
- [Table of Contents](#table-of-contents)
- [About ](#about-)
- [Installing ](#installing-)
A minimal starter template for Vite projects. This template includes:
- [Vite](https://vitejs.dev/)
- [pnpm](https://pnpm.io/)
- [TypeScript](https://www.typescriptlang.org/)
- [React](https://reactjs.org/)
- [PostCSS](https://postcss.org/)
- [Bootstrap](https://getbootstrap.com/)
Run the following commands to get started:
```
pnpm dlx degit matronator/vite-project-starter#main my-project
```
Or click on the "Use this template" button on the GitHub page.
Then run the following commands to install dependencies and start the development server:
```bash
cd my-project
pnpm install
pnpm run dev
```