GoLand 2025.1 Help

HTML5 Boilerplate

With HTML5 Boilerplate, you can create a static site or a simple web application. For more information, visit the official HTML5 Boilerplate website.

Create an HTML5 Boilerplate project

  1. Select File | New | Project.

  2. In the New Project dialog, click HTML5 Boilerplate.

  3. In the Location field, specify the project location.

  4. From the Version list, select the version of HTML5 Boilerplate you want to use.

  5. Click Create to create the project.

Install missing dependencies

  • If your project is missing dependencies listed in package.json, click Run `npm install` in the notification popup. Alternatively, open package.json, place the caret on the missing dependency, press Alt+Enter, and select Run `npm install` from the suggestion list.

Last modified: 08 April 2025