Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/bntzio/aguayo-frontend-test
- Owner: bntzio
- Created: 2018-08-30T00:27:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-30T23:00:55.000Z (over 6 years ago)
- Last Synced: 2024-12-24T07:56:05.066Z (about 1 month ago)
- Topics: cssnext, gulp, postcss, webpack
- Language: HTML
- Homepage: https://aguayo.surge.sh/
- Size: 7.96 MB
- Stars: 0
- Watchers: 3
- 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 :)