We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad9f1a6 commit b28a86fCopy full SHA for b28a86f
README.md
@@ -41,14 +41,18 @@ npm install
41
42
3. Run project
43
44
-For React
45
-
46
```
47
For React
48
49
npm run dev
50
51
+```
+For Vite Admin
52
+
53
+npm run start
54
55
56
57
For Tailwind
58
@@ -139,6 +143,7 @@ Looking for even more features? Check out SaasAble's [premium version](https://m
139
143
140
144
- React 19
141
145
- Next js
146
+- Vite
142
147
- TypeScript
148
- Material UI v7
149
- JavaScript
0 commit comments