Giter VIP home page Giter VIP logo

web-project-boilerplate's Introduction

#Web-Project-Boilerplate Boilerplate para proyectos web, con Gulp, Sass, y Bootstrap3.

##Tecnologías

  • Sass
  • Bootstrap-Sass-official
  • Font-Awesome
  • JQuery 1.11.13
  • HTML5 tags on IE8.
  • MediaQueries in IE8.

Indice


##Estructura de carpetas +---components +---dev +---dist +---src +---fonts +---images +---js +---scss ¦ +---components +---vendors

  • \src: Where all project files are developed.
  • \components: Where all individual HTML components are developed.
  • \dev: Where the compiled project and live develop web server runs.
  • \dist: Where the static compiled project reside, after a build.

##Requerimientos

Note: In some networks Node.js or bower fail to access the packages because the git:// protocole is blocked. A workaround is to configure Git to globally use the protocol https:// instead.

Jus open the git console and run this command:

$ git config --global url."https://".insteadOf git://

##Tareas de Gulp

Task: "dev"

For development (default)

$ gulp

This task compile all files from \src folder fo \dev folder, and start the web server for development.

Task: "comps"

For components

$ gulp comps

This task compile all files from \src folder fo \dev folder, then copy the \js, \css, \images, and \fonts folder to the \components folder, and start the web server for component development.

Task: "build"

For distribution

$ gulp build

This task compile all files from \src folder fo \dist folder.

web-project-boilerplate's People

Contributors

lukas238 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.