Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 771 Bytes

File metadata and controls

33 lines (21 loc) · 771 Bytes

@servicestack/react

This is ServiceStack's React Component Library.

Recommended IDE Setup

VSCode + ESLint + TypeScript

For the best development experience, we recommend:

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build