softchris / swa-sample

sample repo of a resume that will be deployed using SWA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

swa-sample

This is a repo you can use to create you resume or perhaps host a project, up to you.

Deploy

To deploy to Azure, you need to first do the following:

  1. Sign up to Azure
  2. Install Visual Studio Code
  3. Install Azure Static Web Apps extension

Onece you have those prereqs, you're ready to go.

In Visual Studio Code,

  1. Open up the Command Palette (select View / Command Pallette) and type "Azure Static Web Apps :Create Static Web Apps" (you don't need to type out the whole thing, due to auto complete, but start typing and select the indicated option)
  2. Select subscription
  3. If you haven't create a Git repo, the dialog can create for you (select Create in that case). An initial commit will be added as well
  4. Enter the name of your static web app, for example "my-project"
  5. Enter the name of the GitHub repository (select what it suggests if you don't have another repo in mind)
  6. Select region
  7. Select custom when asked about preset
  8. Enter "/" as location of application code
  9. Enter blank as build location (a simple static app doesn't have one)

About

sample repo of a resume that will be deployed using SWA


Languages

Language:HTML 100.0%