An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# vite-project-starter

## Table of Contents

- [Table of Contents](#table-of-contents)
- [About ](#about-)
- [Installing ](#installing-)

## About

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/)

## Installing

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
```