matronator / vite-project-starter

Starter template for Vite with pnpm, React, TypeScript, PostCSS and Bootstrap.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vite-project-starter

Table of Contents

About

A minimal starter template for Vite projects. This template includes:

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:

cd my-project
pnpm install
pnpm run dev

About

Starter template for Vite with pnpm, React, TypeScript, PostCSS and Bootstrap.

License:MIT License


Languages

Language:HTML 44.5%Language:TypeScript 40.8%Language:CSS 14.7%