Skip to content

icoach/bootstrap-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrap Starter Template

Things that can be automated, should be automated. When starting a web project, most of the stuff you need at the beginning is the same. This repo should help you quickly set up new Boostrap based project and get you going.

Features

  • Install components with Bower
  • Automate tasks with Grunt
  • Concatenate, minify and compress JS and CSS

How to use

It cannot be simpler, just download this repo and start working.

1) Clone repository

git clone [email protected]:icoach/bootstrap-starter.git

2) Install heavy-lifting utilities

npm install

3) Install Bootstrap 3 and other libraries

bower install

3) Compile the template and Watch for changes in your templates

Your environment is set up, now you can just start working on your project. To build all assets, use Grunt:

grunt

Grunt can also be used to monitor files and re-build the project on each change. For this we use Grunt's watch task:

grunt watch

Next time you change the file, Grunt will perform all build tasks.

Author

Made in Prague by Martin Staněk (@koucik).

Licence

Copyright 2011-2014 Martin Staněk. Released under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published