You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Clonar el repo
git clone https://github.com/ErickCodigo/TodoList.git
# Dirigirte al directorio creadocd TodoList
# Instalar dependencias
npm install
# Correr el proyecto
npm run dev