Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bntzio/aguayo-frontend-test

Página web con responsive design (mobile first)
https://github.com/bntzio/aguayo-frontend-test

cssnext gulp postcss webpack

Last synced: about 1 month ago
JSON representation

Página web con responsive design (mobile first)

Awesome Lists containing this project

README

        

# AGUAYO FRONTEND TEST

### Requisitos

- npm o yarn
- node v8.10.0^

### ¿Cómo correr?

**En la terminal, dentro del root del proyecto, correr:**

- **usando npm**
```bash
npm install && npm run development
```

- **usando yarn**
```bash
yarn install && yarn run development
```

De esta forma se crearán los archivos necesarios para visualizar la página dentro del directorio `dist` y se abrirá la página en el navegador automáticamente :)