Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 2.09 KB

install.md

File metadata and controls

43 lines (31 loc) · 2.09 KB

Web Template Studio Installation Instructions

Prerequisites

Web Template Studio runs as a VSCode extension and hence you'll need to have VScode version 1.38 or above installed.

To run the generated templates you'll need some of the followings installed depending on the type of project you´re creating:

Full-stack web applications

React Native applications

Installing the official release

Head over to Visual Studio Marketplace’s Web Template Studio page and click "install" 😊.

Installing the latest Microsoft Web Template Studio release manually

  1. Head over to Visual Studio Marketplace’s Web Template Studio page
  2. In the right panel, section Resources, click on "Download Extension" and download the .vsix file

VSIX Download

  1. Open VSCode
  2. Open the extensions menu from the VSCode sidebar
  3. Click on the ellipsis in the upper right-hand corner
  4. Choose Install from VSIX
  5. Select the .vsix you downloaded earlier. Web Template Studio is now ready to use

VSIX Install Instructions

Run the Release

  • Open VSCode

  • Press Ctrl + Shift ⇧ + P (Windows/Linux) or Command ⌘ + Shift ⇧ + P (Mac) to open VSCode's extension launcher

  • Type/Select Web Template Studio: [command name] and press Enter to launch the extension.

    List of available commands below:

    • Create Web App
    • Create React Native App
    • Deploy Web App