mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-05-28 14:07:31 +00:00
added more examples
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
# Qwik
|
||||
|
||||
Qwik examples with SSR and static export.
|
||||
|
||||
## Variants
|
||||
|
||||
### SSR (Server-Side Rendering)
|
||||
|
||||
```bash
|
||||
cd ssr
|
||||
npm install
|
||||
npm run dev # development
|
||||
npm run build # build
|
||||
npm start # production server
|
||||
```
|
||||
|
||||
### Static Export
|
||||
|
||||
```bash
|
||||
cd static
|
||||
npm install
|
||||
npm run dev # development
|
||||
npm run build # build client files
|
||||
npm start # serve static files
|
||||
```
|
||||
Reference in New Issue
Block a user