Skip to content

Quick Front-End Boilerplate using jQuery, Twitter Bootstrap, Sass and Gulp.

License

Notifications You must be signed in to change notification settings

pampul/JSBoilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSBoilerplate Build Status

Quick Front-End Boilerplate using jQuery, Coffeescript, Sass and Gulp.

JavaScript task running, build processes, auto-minification and file concatenation, wrapped with an enhanced HTML5 boilerplated.

Jump start

Get started with the boilerplate:

  1. Clone the git repo — git clone https://github.com/Argetloum/JSBoilerplate.git and checkout the tagged release you need.
  2. Execute in the shell npm install to install each node.js dependencies, needed for Gulp.

Features

Here are some of the main features of the boilerplate:

  • jQuery lib
  • CoffeeScript
  • HTML5 semantics
  • Baseline HTML5 features, DNS prefetching, responsive meta
  • Encourages one-file CSS/JS in the view (HTML) for performance
  • Includes Modernizr and HTML5 Shiv
  • Google Universal Analytics snippet
  • Open source workflow with Gulp running on Node.js
  • Pre-setup Sass/SCSS files and folders for baseline project structure and imports
  • Standard .gitignore to ignore minified files and standard ignorables such as .DS_Store
  • JSHint .jshintrc file for configuring JavaScript linting

Scaffolding

├── app
│   ├── assets
│   │   ├── css
│   │   ├── fonts
│   │   ├── img
│   │   └── js
│   ├── apple-touch-icon-precomposed.png
│   ├── favicon.ico
│   └── index.html
├── src
│   ├── coffee
│   │   └── app.coffee
│   ├── js
│   │   └── app.js
│   └── scss
│       ├── mixins
│       ├── modules
│       ├── partials
│       ├── vendor
│       └── style.scss
├── package.json
├── README.md
├── bower.json
├── gulpfile.js
├── .gitignore
├── .bowerrc
├── .jshintrc

About

Quick Front-End Boilerplate using jQuery, Twitter Bootstrap, Sass and Gulp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published