Skip to content

Instantly share code, notes, and snippets.

@mbcrump
Last active June 24, 2020 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbcrump/34110742a6bbb0a4a5f875ff8adcf3f5 to your computer and use it in GitHub Desktop.
Save mbcrump/34110742a6bbb0a4a5f875ff8adcf3f5 to your computer and use it in GitHub Desktop.
gistpad-scratch

Angular, Azure Static Apps and Azure Functions

What is it?

Learn Module

https://github.com/MicrosoftDocs/mslearn-staticwebapp/generate

git@github.com:mbcrump/swa-angular.git
cd swa-angular
cd angular-app
npm install
npm start

Local Site: http://localhost:4200

List of all my VS Code Extensions

❯ code --list-extensions | % { "code --install-extension $_" }
code --install-extension Azurite.azurite
code --install-extension CoenraadS.bracket-pair-colorizer-2
code --install-extension eg2.tslint
code --install-extension esbenp.prettier-vscode
code --install-extension humao.rest-client
code --install-extension karigari.chat
code --install-extension lostintangent.vsls-whiteboard
code --install-extension ms-azuretools.vscode-azurefunctions
code --install-extension ms-dotnettools.csharp
code --install-extension ms-kubernetes-tools.porter-vscode
code --install-extension ms-python.devicesimulatorexpress
code --install-extension ms-python.python
code --install-extension ms-vscode-remote.remote-wsl
code --install-extension ms-vscode.azure-account
code --install-extension ms-vscode.powershell
code --install-extension ms-vsliveshare.vsliveshare
code --install-extension ms-vsliveshare.vsliveshare-audio
code --install-extension PKief.material-icon-theme
code --install-extension redhat.vscode-yaml
code --install-extension ritwickdey.LiveServer
code --install-extension slevesque.vscode-autohotkey
code --install-extension softwaredotcom.swdc-vscode
code --install-extension vsls-contrib.codetour
code --install-extension vsls-contrib.gistfs
code --install-extension vsls-contrib.spaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment