Template Giveaway is a free landing page for launching your your next startup! It's packed with HTML5 Boilerplate, Travis Neilson's DevTips StarterKit and Zell Liew's Gulp goodness.
How To Use:
-
Clone the git repo —
git clone https://github.com/r4in/alpha-boilerplate.git
-
Install all node dependencies with
npm install --save-dev
. I'm using Gulp as my primary task runner for autotomating stuff around. -
All source files are the the app folder. This will be your workspace and to begin, open the terminal and
gulp watch
to activate sass & livereload. -
To prepare your code for deployment, run
gulp build
to export everything to the dist folder.
- Jam packed with
HTML5
goodness. Bootstrap 4.css
Latest bootstrap frameworkReboot
An continous switch from css reset to normalize to rebootjQuery
via CDN, with a local fallback
- Chrome (latest 2)
- Edge (latest 2)
- Firefox (latest 2)
- Internet Explorer 8+
- Opera (latest 2)
- Safari (latest 2)
This doesn't mean that HTML5 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.