Skip to content

oritromax/bootsplate

Repository files navigation

Bootsplate V 0.0.4 ( January 23, 2020)

Back after 5 Years

Bootsplate is a Standard HTML Boilerplate that includes Bootstrap v4.4.1 and Everything else you need to start your next Project. It was carefully crafted with everything you need to get your Project up and ready without worry. Just clone / download the repo and start working.

  • jQuery, Modernizr in place. With Old version for Compatibility.
  • index.html has a standard HTML5 layout, start coding.
  • Barebone 404 Page with Separate CSS.
  • Boostrap v4.4.1 Production Ready, with JS and CSS Map.
  • A Slightly modified browser compatibility package from html5-boilerplate.
  • editorconfig, gitattributes, gitignore, htaccess in place.

Get a Cup of Coffee and start coding.

git clone https://github.com/oritromax/bootsplate.git

Or if you prefer to download, that option is also there.

Why?

This started as a personal need. I wanted to get up and running with a project and i needed to either bower ( remember bower? ) everything or copy paste from other projects. Thats just a few extra step i am trying to avoid. So i put together a small package with everything you may need to jump start your project. Keep cloning for future project and you have somewhat of a ready base to start from.

Nuff Said, lets get to work.

Getting Started

As you already know its a combination of html5-boilerlate and Bootstrap. So there isn't much to talk about. Lets take a look under the hood.

Style Element(s)

Bootstrap do have all the Normalize style built in, so not included in index.html. Kept if someone wants to use something other then Bootstrap

Javascript Element(s)

  • jquery-1.10.2.min.js jQuery 1.10.2, for the awesome power of jQuery.
  • jquery-1.11.2.min.js jQuery 1.11.2, the latest 1.x version of jQuery.
  • jquery-2.1.3.min.js jQuery 2.1.3, the latest 2.x version of jQuery.
  • jquery-3.4.1.min.js jQuery 3.4.1, the latest 3.x version of jQuery.
  • bootstrap Bootstrap JS, with Map files.
  • modernizr-2.6.2.min.js Modernizr, To handle the fools.
  • modernizr-3.8.0.min.js Modernizr, Rarely used.
  • plugin.js For building jQuery plugin, Comes with html5-boilerplate.
  • main.js For your custom Javascript, Comes with html5-boilerplate.

Extra Element(s)

Production Rediness

jQuery Version suit up

There are Four different version of jQuery included in the package. v1.10.2, v1.11.2, v2.1.3, v3.4.1, all minified and production ready. You can choose between any of those you fill comfortable with.

jQuery 2.1.3 and above Doesn't support Internet Explorer 6,7,8. Unless you are planning to built your website / application for modern browsers only, you should use jQuery 1.x versions. Two of them ( v1.10.2 and v1.11.2) are included here.

Contributing

Have something new to add? Have some new idea? Or Find any bug? Any Mistakes? Fork, Work on it and send me a pull request. If you can make it better, You are more then welcome.

Copyright

License

Bootsplace licensed under the MIT license

V 0.0.3 ( January 1, 2015 )

  • Latest Bootstrap ( v3.3.1 ) Stylesheet and JavaScript Added
  • CSS Map added
  • Jquery 1.11.2 and jquery 2.1.3 Added.

V 0.0.2 ( January 13, 2013 )

  • Html5Shim and Media Query Fallback for IE9 Added [ Thanks to Sabuj Kundu ]