File tree 4 files changed +21
-0
lines changed
apps/web/content/docs/getting-started
4 files changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " create-flowbite-react " : patch
3
+ ---
4
+
5
+ add Parcel ` server-bun ` and ` server-deno ` templates
Original file line number Diff line number Diff line change @@ -320,6 +320,8 @@ The CLI supports various framework templates. Each template comes with a complet
320
320
| ` nextjs ` | [ flowbite-react-template-nextjs] ( https://github.com/themesberg/flowbite-react-template-nextjs ) |
321
321
| ` parcel ` | |
322
322
| ↳ ` client ` | [ flowbite-react-template-parcel-client] ( https://github.com/themesberg/flowbite-react-template-parcel-client ) |
323
+ | ↳ ` server-bun ` | [ flowbite-react-template-parcel-server-bun] ( https://github.com/themesberg/flowbite-react-template-parcel-server-bun ) |
324
+ | ↳ ` server-deno ` | [ flowbite-react-template-parcel-server-deno] ( https://github.com/themesberg/flowbite-react-template-parcel-server-deno ) |
323
325
| ↳ ` server ` | [ flowbite-react-template-parcel-server] ( https://github.com/themesberg/flowbite-react-template-parcel-server ) |
324
326
| ` react-router ` | |
325
327
| ↳ ` framework ` | [ flowbite-react-template-react-router-framework] ( https://github.com/themesberg/flowbite-react-template-react-router-framework ) |
Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ Check out the full list of [official `flowbite-react` template examples](https:/
52
52
| ` nextjs ` | [ flowbite-react-template-nextjs] ( https://github.com/themesberg/flowbite-react-template-nextjs ) |
53
53
| ` parcel ` | |
54
54
| ↳ ` client ` | [ flowbite-react-template-parcel-client] ( https://github.com/themesberg/flowbite-react-template-parcel-client ) |
55
+ | ↳ ` server-bun ` | [ flowbite-react-template-parcel-server-bun] ( https://github.com/themesberg/flowbite-react-template-parcel-server-bun ) |
56
+ | ↳ ` server-deno ` | [ flowbite-react-template-parcel-server-deno] ( https://github.com/themesberg/flowbite-react-template-parcel-server-deno ) |
55
57
| ↳ ` server ` | [ flowbite-react-template-parcel-server] ( https://github.com/themesberg/flowbite-react-template-parcel-server ) |
56
58
| ` react-router ` | |
57
59
| ↳ ` framework ` | [ flowbite-react-template-react-router-framework] ( https://github.com/themesberg/flowbite-react-template-react-router-framework ) |
Original file line number Diff line number Diff line change @@ -81,6 +81,18 @@ export const REPOS: Template[] = [
81
81
description : "React Server Components setup" ,
82
82
url : "https://github.com/themesberg/flowbite-react-template-parcel-server.git" ,
83
83
} ,
84
+ {
85
+ key : "server-bun" ,
86
+ name : "Server Mode (Bun)" ,
87
+ description : "React Server Components setup with Bun" ,
88
+ url : "https://github.com/themesberg/flowbite-react-template-parcel-server-bun.git" ,
89
+ } ,
90
+ {
91
+ key : "server-deno" ,
92
+ name : "Server Mode (Deno)" ,
93
+ description : "React Server Components setup with Deno" ,
94
+ url : "https://github.com/themesberg/flowbite-react-template-parcel-server-deno.git" ,
95
+ } ,
84
96
] ,
85
97
} ,
86
98
{
You can’t perform that action at this time.
0 commit comments