https://github.com/patrickjs/qwik-ssg-csr
Qwik SSG CSR
https://github.com/patrickjs/qwik-ssg-csr
Last synced: 3 months ago
JSON representation
Qwik SSG CSR
- Host: GitHub
- URL: https://github.com/patrickjs/qwik-ssg-csr
- Owner: PatrickJS
- Created: 2023-11-15T02:56:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T02:09:37.000Z (over 1 year ago)
- Last Synced: 2024-10-05T09:20:50.600Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 2.12 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Qwik SSG CSR
```
npm install
npm run build
npm run serve
```
basic CSR example
https://github.com/PatrickJS/qwik-ssg-csr/blob/main/src/routes/index.tsx#L11...L38