Boilerplate for fast start sites building
- Clone this repo -
git clone https://github.com/appricotjuice/w-template.git
- Enter to boilerplate directory -
cd w-template
- Run
npm install
- Run
bower install
- Done! You are awesome!
- HTML5 ready
- Progressive structure
- Includes:
- progressive Normalize.css from postcss-normalize - use only fixes that you need. No more big useless files!
- Jquery via CDN and local fallback
- Bootstrap - select modules that you need
- SASS - SCSS syntax
- PUG - use clever and extensible way instead of pure HTML
- Default best practices typography styles already in the box. Just correct settings parameters for your project - no more boring repetitive tons of code!
- Extensive inline and accompanying documentation.
- Chrome (latest 2)
- Edge (latest 2)
- Firefox (latest 2)
- Internet Explorer 10+
- Opera (latest 2)
- Safari (latest 2)
This doesn't mean that boilerplate cannot be used in older browsers, just that we'll ensure compatibility with the ones mentioned above.
The code is available under the MIT license