https://github.com/keuller/favdevs
Qwik Videos - Favorite developers
https://github.com/keuller/favdevs
Last synced: 6 months ago
JSON representation
Qwik Videos - Favorite developers
- Host: GitHub
- URL: https://github.com/keuller/favdevs
- Owner: keuller
- License: gpl-3.0
- Created: 2023-05-22T17:47:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T18:28:16.000Z (over 2 years ago)
- Last Synced: 2025-01-23T00:28:12.533Z (11 months ago)
- Language: JavaScript
- Size: 120 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Qwik FavDevs ⚡️
Basic application used by Qwik youtube videos.
---
Videos:
- [Qwik Concepts](https://youtu.be/5VxENqLUtBA)
- [Setup do Projeto](https://youtu.be/-QXzk65y4uI)
- [Busca de Usuários](https://youtu.be/8Bd-FkvmkXA)
- [Adicionar Usuários](https://youtu.be/AGZ8Kt_G6ZQ)
- [Listar Repositórios](https://youtu.be/xF8q1_Bl3X4)
- [Manipular Formulário](https://youtu.be/Jl5J7EbuUYA)
## Add Integrations and deployment
Use the `pnpm qwik add` command to add additional integrations.
```shell
pnpm qwik add # or `yarn qwik add`
```
## Development
```shell
pnpm dev # or `yarn dev`
```
> Note: during dev mode, Vite may request a significant number of `.js` files. This does not represent a Qwik production build.
## Production
The production build will generate client and server modules by running both client and server build commands.
```shell
pnpm build # or `yarn build`
```