Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/natalyrojas5/app-dev-crud


https://github.com/natalyrojas5/app-dev-crud

reactjs vitejs

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# Dev Crud

- Creación de App con React.js + Vite paso a paso

## Tecnologías usadas

- React
- Vite

## Levantar App

- Instalar dependencias

```
npm install
```

- Correr App

```
npm run dev
```

## Proceso de Creación

![Parte 01 - Creación de Componentes - YT](/parte-01.png)

[Intro + Creación de Componentes - Youtube](https://youtu.be/gK8Pw4RNCms)

- Branch: feature/design-components

---

![Parte 02 - Creación y Uso de Props - YT](/parte-02.png)

[Intro + Creación de Props - Youtube](https://youtu.be/_BRaGfX3n1E)

- Branch: feature/props