Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vitalspace/prueba-frontend-1


https://github.com/vitalspace/prueba-frontend-1

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

Setup

```typescript
git clone https://github.com/vitalspace/prueba-frontend-1.git

cd prueba-frontend-1

npm install

npm run dev
```

or

```typescript
docker build -t myapp .

docker run -p 3000:3000 myapp
```