HTML5 Boilerplate
With HTML5 Boilerplate, you can create a static site or simple app. More information about HTML5 Boilerplate is available on the official site.
Select File | New | Project.
In the New Project dialog, click HTML5 Boilerplate.
In the Location field, specify the path to your project.
From the Version list, select a version of HTML5 Boilerplate.
Click Create.
If your project does not include dependencies from package.json, click Run `npm install` in the notification window. Otherwise, double-click package.json, place the caret at the missing dependency and press AltEnter. Select Run `npm install` from the context menu.
Thanks for your feedback!
Was this page helpful?