Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitalspace/prueba-frontend-1
https://github.com/vitalspace/prueba-frontend-1
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vitalspace/prueba-frontend-1
- Owner: vitalspace
- Created: 2024-03-05T20:23:50.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-03-05T20:30:06.000Z (9 months ago)
- Last Synced: 2024-03-05T21:36:07.080Z (9 months ago)
- Language: Vue
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Setup
```typescript
git clone https://github.com/vitalspace/prueba-frontend-1.gitcd prueba-frontend-1
npm install
npm run dev
```or
```typescript
docker build -t myapp .docker run -p 3000:3000 myapp
```