Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vicainelli/vite-starter


https://github.com/vicainelli/vite-starter

javascript preact testing-library testing-library-preact vite vitest

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# Vite Starter

Baesd on [vite-preact](https://vite.new/preact)

- [Vite](https://vitejs.dev/)
- [Preact](https://preactjs.com/)
- [Vitest](https://vitest.dev/)
- [Testing Library](https://testing-library.com/)

## Installation

Minimum requirement: Node.js v16.14 or higher

```bash
yarn
```

## Running

```bash
yarn dev
```

## Testing

```bash
yarn test
```

Watch mode

```bash
yarn test:watch
```