Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bylothink/web-template

A template for a web-app based on Vite and TypeScript.
https://github.com/bylothink/web-template

template typescript vitejs web-app

Last synced: 2 months ago
JSON representation

A template for a web-app based on Vite and TypeScript.

Awesome Lists containing this project

README

        

# Web Template

A template for a web-app based on Vite and TypeScript.

## Customize configuration

See [Vite Configuration Reference](https://vitejs.dev/config/).

## Project Setup

```sh
pnpm install
```

### Compile and Hot-Reload for Development

```sh
pnpm run dev
```

### Compile and Minify for Production

```sh
pnpm run build
```

### Lint with [ESLint](https://eslint.org/)

```sh
pnpm run lint
```

### Check [TypeScript](https://www.typescriptlang.org/) types

```sh
pnpm run typecheck
```