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 2 months ago
JSON representation
Página web con responsive design (mobile first)
- Host: GitHub
- URL: https://github.com/bntzio/aguayo-frontend-test
- Owner: bntzio
- Created: 2018-08-30T00:27:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-30T23:00:55.000Z (almost 8 years ago)
- Last Synced: 2026-04-25T00:41:47.209Z (about 2 months ago)
- Topics: cssnext, gulp, postcss, webpack
- Language: HTML
- Homepage: https://aguayo.surge.sh/
- Size: 7.96 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 :)