Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agust613/liftun_entrevista_front
Liftun Entrevista Front
https://github.com/agust613/liftun_entrevista_front
Last synced: 5 days ago
JSON representation
Liftun Entrevista Front
- Host: GitHub
- URL: https://github.com/agust613/liftun_entrevista_front
- Owner: AgusT613
- Created: 2023-12-16T18:39:55.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-01T04:09:39.000Z (9 months ago)
- Last Synced: 2024-03-02T02:41:53.186Z (9 months ago)
- Language: TypeScript
- Homepage: https://liftun-entrevista-front.vercel.app
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Liftun Environment
# đź”· Frontend NextJS đź”·
- [Backend del proyecto hecho con Django](https://github.com/AgusT613/liftun_entrevista_back) 🏹
- [Configuración del proyecto](#🔸-instalación-del-proyecto) ⏬## 🔸 Instalación del proyecto
- Clonar el repositorio y acceder a la carpeta.
```bash
git clone https://github.com/AgusT613/liftun_entrevista_front.gitcd liftun_entrevista_front
```- Una vez hecho, ejecutar la instalacion de dependencias.
```bash
npm install
```- Por Ăşltimo, arrancar el servidor de desarrollo:
```bash
npm run dev
```