/talk-qwik-angular

Contains one app written in qwik and in angular to see the concepts of the frameworks side by side

Primary LanguageTypeScript

Talk Qwik for Angular Developers

👩‍🏫 Slides at Speakerdeck

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...

... 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