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

https://github.com/matronator/wakatime-github-stats

Show wakatime stats on GitHub's Readme.md on your profile
https://github.com/matronator/wakatime-github-stats

Last synced: 19 days ago
JSON representation

Show wakatime stats on GitHub's Readme.md on your profile

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