# 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: - [npm](https://www.npmjs.com/get-npm) or [yarn](https://yarnpkg.com/en/docs/install) ### Full-stack web applications - [node](https://nodejs.org/en/download/) - [python](https://www.python.org/downloads/) - [ASP.NET](https://dotnet.microsoft.com/download) ### React Native applications - Check the following [requirements](https://microsoft.github.io/react-native-windows/docs/rnw-dependencies). ## Installing the official release Head over to [Visual Studio Marketplace’s Web Template Studio page](https://marketplace.visualstudio.com/items?itemName=WASTeamAccount.WebTemplateStudio-dev-nightly) and click "[install](vscode:extension/WASTeamAccount.WebTemplateStudio-dev-nightly)" 😊. ## Installing the latest Microsoft Web Template Studio release manually 1. Head over to [Visual Studio Marketplace’s Web Template Studio page](https://marketplace.visualstudio.com/items?itemName=WASTeamAccount.WebTemplateStudio-dev-nightly) 2. In the right panel, section Resources, click on "Download Extension" and download the `.vsix` file VSIX Download 3. Open VSCode 4. Open the extensions menu from the VSCode sidebar 5. Click on the ellipsis in the upper right-hand corner 6. Choose *Install from VSIX* 7. 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`