Strapi application ready to deploy to Azure App Service
Run locally
- Pull down the repo
- Run
yarn install
- Run
yarn develop
- Go to http://localhost:1337/admin
To Deploy to Azure
- Follow the step in my tutorial
- Anytime you want to deploy just push the latest to github repo
git add .
git commit -m "Your commit message
git push