Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hojas/react-starter

A React starter template with Vite.
https://github.com/hojas/react-starter

react

Last synced: 28 days ago
JSON representation

A React starter template with Vite.

Awesome Lists containing this project

README

        

# react-starter

A React starter template with Vite.

## Techs

- React
- React Router
- MDX
- Tailwind CSS
- Vite

## Install

```bash
$ corepack enable
$ pnpm install
```

## Dev

```bash
$ pnpm dev
```

## Build

```bash
$ pnpm build
```