Mac OS X Boilerplate Development Quick Start
The Tutorial shows you How to Quick Start with HTML5 Boilerplate Development on macOS 10.9 Mavericks.
HTML5 Boilerplate assembles the Best Tools for you to Get Started with your Next Web Development Project.
HTML5 Boilerplate comes with a set of files that make it easy to do cross-browser
development.
To the BoilerPlate Getting-Started on macOS Guide Bottom you will find Link to Learning HTML5 BoilerPlate Development by Example Docs.

-
How to Install HTML5 Boilerplate on macOS
-
Open Terminal Window
(Press “Enter” to Execute Commands).Ctrl+Alt+T
In case first see: Terminal QuickStart Guide.
-
Download HTML5 BoilerPlate Create Project Script:
-
Create a BoilerPlate Html5 Site/Project.
cd html5-boilerplate
sudo mv ~/Downloads/createproject.sh .
sudo chmod +x createproject.sh
createproject.sh MYPROJECT
-
Testing BoilerPlate Site Locally.
Start Python Testing Server:
sudo python -m SimpleHTTPServer
Access Site on Browser on:
http://localhost:8000
-
Learning HTML5 Boilerplate by Examples: