Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natalyrojas5/app-routes
https://github.com/natalyrojas5/app-routes
reactjs vitejs zustandjs
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/natalyrojas5/app-routes
- Owner: natalyrojas5
- Created: 2024-01-08T22:08:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-08T22:24:55.000Z (about 1 year ago)
- Last Synced: 2024-01-08T23:33:54.427Z (about 1 year ago)
- Topics: reactjs, vitejs, zustandjs
- Language: JavaScript
- Homepage: https://app-routes-three.vercel.app
- Size: 734 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# App Routes
- Creación de app de React + Vite para ejemplo de rutas privadas y públicas
## Explicación de Código - Tiktok
[![Parte 01](/01-protected-routes-github.png)](https://www.tiktok.com/@frontendgreen/video/7321791662190120197)
[![Parte 02](/02-protected-routes-github.png)](https://www.tiktok.com/@frontendgreen/video/7321797314773814534)
## Levantar App
- Instalar node_modules
```
npm install
```- Correr app
```
npm run dev
```## Tecnologias Usadas
- React Router Dom
- Zustand
- Sweetalert2