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

https://github.com/samk13/reactjs-vite-tailwindcss


https://github.com/samk13/reactjs-vite-tailwindcss

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# React Tailwindcss Boilerplate build with Vite

This is a [ReactJS](https://reactjs.org) + [Vite](https://vitejs.dev) app to be used with [Tailwindcss](https://tailwindcss.com).

## What is inside?

This project uses many tools like:

- [ReactJS](https://reactjs.org)
- [Vite](https://vitejs.dev)
- [TypeScript](https://www.typescriptlang.org)
- [Jest](https://jestjs.io)
- [Testing Library](https://testing-library.com)
- [Tailwindcss](https://tailwindcss.com)
- [Eslint](https://eslint.org)
- [Prettier](https://prettier.io)

## Getting Started

Clone the repo

Install dependencies.

```bash
npm install
```

Serve with hot reload at http://localhost:3000.

```bash
npm run dev
```

### Lint

```bash
npm run lint
```

### Build

```bash
npm run build
```

### Test

```bash
npm run test
```

## License

This project is licensed under the MIT License.