Skip to content

takatoshiinaoka/swa-app-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swa-app-sample

Azure Static Web Apps の機能を使ったサンプルアプリケーション

構成図

構成図

前提条件

使い方

ローカルでの開発

  1. このリポジトリをクローン

  2. api/local.settings.jsonを作成

    1. api/README.mdを参考
  3. パッケージのインストール

    npm install
    cd api
    npm install
  4. Azriteの起動

    1. ctrl + shift + p
    2. Azurite: Start
  5. ローカルサーバーの起動

    swa build
    swa start

docs

関連リンク