Skip to content

gang-of-front/realworld-qwik

 
 

Repository files navigation

RealWorld Example App

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.

How it works

Describe the general architecture of your app here

Getting started

npm install, npm start, etc.

Cloudflare Pages

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/

Deployments

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.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.2%
  • CSS 5.5%
  • HCL 4.1%
  • JavaScript 3.2%