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.
Create the HTML5 Boilerplate project
Select
.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.
Install missing dependencies
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 Alt+Enter. Select Run `npm install` from the context menu.
Last modified: 05 September 2023