https://github.com/gregonnet/talk-qwik-angular
Contains one app written in qwik and in angular to see the concepts of the frameworks side by side
https://github.com/gregonnet/talk-qwik-angular
Last synced: about 1 year ago
JSON representation
Contains one app written in qwik and in angular to see the concepts of the frameworks side by side
- Host: GitHub
- URL: https://github.com/gregonnet/talk-qwik-angular
- Owner: GregOnNet
- Created: 2023-07-21T14:14:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T07:06:20.000Z (almost 3 years ago)
- Last Synced: 2025-01-23T13:13:50.191Z (over 1 year ago)
- Language: TypeScript
- Size: 5.83 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Talk Qwik for Angular Developers
> 👩🏫 [Slides at Speakerdeck](https://speakerdeck.com/gregonnet/qwik-for-angular-developers)
This Repository contains two apps implementing the same features.
One App is written with Angular and the other with Qwik.
Seeing both Frameworks next to each other hopefully helps
Angular developers to connect their knowledge with Qwik's concepts.
## Prerequisites
Please make sure to have...
- [dotNet 7](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
- [Node 18](https://nodejs.org)
- [pnpm](https://pnpm.io/installation)
... installed.
## Commands
| Description | Command |
| -------------------------------- | ---------------------------------------- |
| Start API | `pnpm nx run insurance-dotnet-api:serve` |
| Start Angular Client (Port 4200) | `pnpm nx run insurance-angular:serve` |
| Start Qwik Client (Port 4300) | `pnpm nx run insurance-qwik:serve` |