Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/natalyrojas5/app-routes


https://github.com/natalyrojas5/app-routes

reactjs vitejs zustandjs

Last synced: 4 days ago
JSON representation

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