Skip to content

Commit

Permalink
Add Qwik example (#359)
Browse files Browse the repository at this point in the history
* Add qwik examples in a monorepo, without Bazel

* Correct examples so they can be build

* Remove local workspace, add initial Bazel build

* Fix qwik library tsconfig

* Connect library and app, add dev build support

* Add hot update devserver for the app

* Clean up

* Clean up

* Format

* Add unit tests for both app and library

* Add README for the Qwik example

* Add bazel scripts in the package.json scripts section

* Format

* Bump Qwik version
  • Loading branch information
Mivr authored Sep 27, 2024
1 parent 85cb2aa commit 7617be1
Show file tree
Hide file tree
Showing 48 changed files with 6,589 additions and 515 deletions.
6 changes: 6 additions & 0 deletions .bazelignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ prisma/
rules_nodejs_to_rules_js_migration/
ts_project_transpiler/
vercel_pkg/

# node_modules and dist directories that should be ignored:
qwik/app/node_modules/
qwik/app/dist/
qwik/lib/node_modules/
qwik/lib/dist/
Loading

0 comments on commit 7617be1

Please sign in to comment.