Qwik codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.
This codebase was created to demonstrate a fully fledged fullstack application built with Qwik including CRUD operations, authentication, routing, pagination, and more.
We've gone to great lengths to adhere to the Qwik community styleguides & best practices.
For more information on how to this works with other frontends/backends, head over to the RealWorld repo.
Describe the general architecture of your app here
npm install, npm start, etc.
Cloudflare's wrangler CLI can be used to preview a production build locally. To start a local server, run:
yarn serve
Then visit http://localhost:8787/
Cloudflare Pages are deployable through their Git provider integrations.
If you don't already have an account, then create a Cloudflare account here. Next go to your dashboard and follow the Cloudflare Pages deployment guide.
Within the projects "Settings" for "Build and deployments", the "Build command" should be yarn build
, and the "Build output directory" should be set to dist
.