8000 GitHub - VincentPeters/webapp-bootstrap: Basic web app bootstrap package
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

VincentPeters/webapp-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webapp bootstrap

prerequisites

Node

Downloade here

Gulp

$ npm install --g gulp

Bower

$ npm install -g bower

Build

Step 1: install Front-end libraries

$ bower install

Step 2: Install toolchain

$ npm install

Step 3: generate initial compiled files

$ gulp

Step 4: Start watching for file changes

$ gulp watch

Step 5: Stop reading, start building.

Tools

Gulp

Automation of front-end toolchain.

Docs

Tasks

  • Compile sass to css and minimize
  • Jshint javascript and minimize
  • Optimize images
  • Minimize html files
  • Livereload page

Livereload

CSS edits and image changes apply live. CoffeeScript, SASS, LESS and others just work.

Chrome plugin

Bower

Installing and updating of libraries

Docs

Sass

Awesome css preprocessor.

Docs

Frameworks

Bourbon

A simple and lightweight mixin library for Sass.

Docs

Neat

A lightweight semantic grid framework for Sass and Bourbon.

Docs

About

Basic web app bootstrap package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0