/favdevs

Qwik Videos - Favorite developers

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Qwik FavDevs ⚡️

Basic application used by Qwik youtube videos.


Videos:

Add Integrations and deployment

Use the pnpm qwik add command to add additional integrations.

pnpm qwik add # or `yarn qwik add`

Development

pnpm dev # or `yarn dev`

Note: during dev mode, Vite may request a significant number of .js files. This does not represent a Qwik production build.

Production

The production build will generate client and server modules by running both client and server build commands.

pnpm build # or `yarn build`