danvitoriano / basic-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Frontend

Meu primeiro projeto no git

  1. Instalar dependências
npm install
  1. Rodar tarefas do Gulp
gulp
  1. Acessar localhost
http://localhost:8080/

Dependencies

* jquery
* bootstrap
* bower

Dev Dependencies

* gulp
* gulp-concat
* gulp-rename
* gulp-uglify
* gulp-less
* gulp-clean-css
* gulp-htmlmin
* gulp-connect
* gulp-watch

Gulp Tasks

  • concat
  • rename
  • uglify
  • less
  • minify
  • cleanCSS
  • htmlmin
  • connect
  • watch

About


Languages

Language:CSS 83.8%Language:JavaScript 9.5%Language:HTML 6.7%