{"id":23160990,"url":"https://github.com/steverandy/qwik-app","last_synced_at":"2025-09-07T11:41:06.261Z","repository":{"id":66469929,"uuid":"535943108","full_name":"steverandy/qwik-app","owner":"steverandy","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-13T03:27:14.000Z","size":157,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-10T04:29:32.283Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/steverandy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-13T03:27:00.000Z","updated_at":"2022-09-13T03:27:19.000Z","dependencies_parsed_at":"2023-06-25T22:09:21.649Z","dependency_job_id":null,"html_url":"https://github.com/steverandy/qwik-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steverandy%2Fqwik-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steverandy%2Fqwik-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steverandy%2Fqwik-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steverandy%2Fqwik-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steverandy","download_url":"https://codeload.github.com/steverandy/qwik-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247236887,"owners_count":20906208,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-17T23:13:00.216Z","updated_at":"2025-04-04T19:28:06.778Z","avatar_url":"https://github.com/steverandy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Qwik qwik-app ⚡️\n\n- File based routing and MDX support\n- Vite.js tooling.\n- Express.js server.\n- Prettier code formatter.\n- Tailwind CSS framework.\n\n## Development Builds\n\n### Client only\n\nDuring development, the index.html is not a result of server-side rendering, but rather the Qwik app is built using client-side JavaScript only. This is ideal for development with Vite and its ability to reload modules quickly and on-demand. However, this mode is only for development and does not showcase \"how\" Qwik works since JavaScript is required to execute, and Vite imports many development modules for the app to work.\n\n```\nnpm run dev\n```\n\n### Server-side Rendering (SSR) and Client\n\nServer-side rendered index.html, with client-side modules prefetched and loaded by the browser. This can be used to test out server-side rendered content during development, but will be slower than the client-only development builds.\n\n```\nnpm run dev.ssr\n```\n\n## Production Builds\n\nA production build should generate the client and server modules by running both client and server build commands.\n\n```\nnpm run build\n```\n\n### Client Modules\n\nProduction build that creates only the client-side modules that are dynamically imported by the browser.\n\n```\nnpm run build.client\n```\n\n### Server Modules\n\nProduction build that creates the server-side render (SSR) module that is used by the server to render the HTML.\n\n```\nnpm run build.ssr\n```\n\n## Express Server\n\nThis app has a minimal [Express server](https://expressjs.com/) implementation. After running a full build, you can preview the build using the command:\n\n```\nnpm run serve\n```\n\nThen visit [http://localhost:8080/](http://localhost:8080/)\n\n--------------------\n\n## Related\n\n- [Qwik Docs](https://qwik.builder.io/)\n- [Qwik Github](https://github.com/BuilderIO/qwik)\n- [@QwikDev](https://twitter.com/QwikDev)\n- [Discord](https://qwik.builder.io/chat)\n- [Vite](https://vitejs.dev/)\n- [Partytown](https://partytown.builder.io/)\n- [Mitosis](https://github.com/BuilderIO/mitosis)\n- [Builder.io](https://www.builder.io/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteverandy%2Fqwik-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteverandy%2Fqwik-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteverandy%2Fqwik-app/lists"}