src/routes directory to get started.npm run qwik add.README.mdnpm run dev | Start the dev server and watch for changes. |
npm run preview | Production build and start preview server. |
npm run build | Production build. |
npm run qwik add | Select an integration to add. |
npm run qwik add cloudflare-pages | Cloudflare Pages Server |
npm run qwik add express | Nodejs Express Server |
npm run qwik add netlify-edge | Netlify Edge Functions |
npm run qwik add static | Static Site Generation (SSG) |