# Have you looked into MS Visual Studio Code's Web Template Studio yet?

Last month, Microsoft had announced the early release of the Visual Studio Code's cool extension called, **Web Template Studio  (WebTS)**. The main aim of the extension is to accelerate the creation of new web applications using a wizard-based experience. The early release notes can be  [found here](https://blogs.windows.com/buildingapps/2019/05/15/announcing-microsoft-web-template-studio/).

I found it cool so far where it supports,
- Boilerplate code generation for a web application by choosing between different front-end frameworks.
- Project structure generation for back-end frameworks, pages.
- Project structure generation for the Full Stake Application.
- Use the app for Cloud Services like Azure.

### Creation
`WebTS` was created using TypeScript and React. Different combinations of generated code are merged together by Core Template Studio, which was made using .NET Core.

### Installation
- It is extremely easy, just head over to  [Visual Studio Marketplace’s Web Template Studio page](https://marketplace.visualstudio.com/items?itemName=WASTeamAccount.WebTemplateStudio-dev-nightly) and click “install” 😊. 

![install.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1559976223425/y1AWV17jP.png)

- Once installed, you can launch it from Visual Studio Code. From menu go to, View > Command Palette (cntrl + shift + p on Windows) and type *Web Template Studio: Launch*

![2019-06-08 12_00_01-package.json - Test - Visual Studio Code.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1559976094048/qARmvDP08.png)

*Minimum version of VS code required: 1.33.0*

### Use it
Once launched, you can use it to create a sample app of your choice in no time!

![flow.gif](https://cdn.hashnode.com/res/hashnode/image/upload/v1559977067834/WtQhixAWI.gif)

### Resources
Here are some resources to learn more:
-  [https://github.com/Microsoft/WebTemplateStudio/](https://github.com/Microsoft/WebTemplateStudio/) 
-  [https://github.com/Microsoft/CoreTemplateStudio](https://github.com/Microsoft/CoreTemplateStudio) 

Hope this was useful in some way 💡💡💡.
