An open API service indexing awesome lists of open source software.

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

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