guyjin / azure-demo-strapi

strapi demo deployment to azure + docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Strapi application ready to deploy to Azure App Service

Run locally

  1. Pull down the repo
  2. Run yarn install
  3. Run yarn develop
  4. Go to http://localhost:1337/admin

To Deploy to Azure

  1. Follow the step in my tutorial
  2. Anytime you want to deploy just push the latest to github repo
    1. git add .
    2. git commit -m "Your commit message
    3. git push

About

strapi demo deployment to azure + docker


Languages

Language:JavaScript 77.3%Language:Dockerfile 22.7%