Creating an HTML5 Application Project

See Also 

The IDE provides wizards for creating HTML5 projects and the HTML, CSS and JavaScript files that HTML5 projects typically contain. When you use the New Project wizard to create an HTML5 project you have the option to create the project based on a site template. In the wizard you can specify a site template that is located on your local system or download one of the listed site templates from an online repository.

Perform the following steps to create an HTML5 application project.
  1. Choose File > New Project (Ctrl-Shift-N) from the main menu.
  2. Select the HTML5 Application project template from the HTML/JavaScript category.

    Alternatively, select the HTML5 Application with Existing Sources to import an existing project as an HTML5 application.

    Click Next.
  3. Specify a site template for the application or select No Site Template to create an empty application that only contains an index.html file. Click Next.
  4. Specify the JavaScript files to add to the project. (optional)
  5. Click Finish.

When you click Finish the IDE creates the project and displays a node for the project in the Projects window.

See Also
About HTML5 Applications

Legal Notices