Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natalyrojas5/app-dev-crud
https://github.com/natalyrojas5/app-dev-crud
reactjs vitejs
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/natalyrojas5/app-dev-crud
- Owner: natalyrojas5
- Created: 2024-01-17T01:23:32.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-25T02:42:29.000Z (12 months ago)
- Last Synced: 2024-01-26T02:55:55.968Z (12 months ago)
- Topics: reactjs, vitejs
- Language: JavaScript
- Homepage:
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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