https://github.com/servicestack/servicestack-react
React Tailwind Components
https://github.com/servicestack/servicestack-react
Last synced: 2 months ago
JSON representation
React Tailwind Components
- Host: GitHub
- URL: https://github.com/servicestack/servicestack-react
- Owner: ServiceStack
- Created: 2025-10-30T15:39:08.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-11-02T10:23:51.000Z (3 months ago)
- Last Synced: 2025-11-04T13:03:04.791Z (3 months ago)
- Language: TypeScript
- Size: 394 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @servicestack/react
This template should help get you started developing with React in Vite.
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Type-Check, Compile and Minify for Production
```sh
npm run build
```