WebTemplateStudio
WebTemplateStudio copied to clipboard
Microsoft Web Template Studio quickly builds web applications using a wizard-based UI to turn your needs into a foundation of best patterns and practices
When the detail page is shown we should hide the navigation bar and right side bar. 
We should make sections in the right side bar collapsible by categories (Project Info, Pages, Services) to enhance navigatability when adding many pages / services. 
We should change the following things in the Add Services page: - [ ] Category subtitle should be smaller than category title - [ ] Verify categories show only once...
Step 4 "Add optional Azure Services" is currently only showing the free trial for students.  We should add info for other options here, f.ex show a couple of options...
Add framework validations on rightSideBar as in select frameworks step on wizard (check if pre-requists are installed, f.ex node, python or .net)
Refactor modals on wizard, use [react portals](https://reactjs.org/docs/portals.html)
After updating to react-scripts 4,0.1 in #1702 we got some warnings. We fixed most of them in #1706, getting rid of some any types variables but we left and ignored...
**Is your feature request related to a problem? NO **Describe the solution you'd like** Support for static web app frameworks, templates and deploying to azure static web app **Describe alternatives...
Right now, we are keeping the wizard running in the background when the user switches tabs to store the progress in the wizard. This is expensive but it's not a...