Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/developaul/gulp-starter
Proyecto inicial para crear mis aplicaciones utilizando gulp
https://github.com/developaul/gulp-starter
Last synced: about 1 month ago
JSON representation
Proyecto inicial para crear mis aplicaciones utilizando gulp
- Host: GitHub
- URL: https://github.com/developaul/gulp-starter
- Owner: developaul
- Created: 2020-11-06T15:21:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-06T15:55:47.000Z (about 4 years ago)
- Last Synced: 2023-08-02T23:59:08.562Z (over 1 year ago)
- Language: JavaScript
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gulp-configuracion-estandar
Este es el proyecto inicial para crear aplicaciones utilizando gulp.## Notas:
Para reconstruir los módulos de node se debe de ejecutar este comando```
npm install
```Para convertir nuestro código sass a css automaticamente se debe de ejecutar este comando
```
gulp watch
```Para convertir nuestro código sass a css se debe de ejecutar este comando
```
gulp css
```