https://github.com/samk13/reactjs-vite-tailwindcss
https://github.com/samk13/reactjs-vite-tailwindcss
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/samk13/reactjs-vite-tailwindcss
- Owner: Samk13
- Created: 2021-08-06T23:05:22.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-20T22:48:51.000Z (almost 5 years ago)
- Last Synced: 2025-02-16T22:26:49.309Z (over 1 year ago)
- Language: TypeScript
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.