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

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

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