A minimal version of react app to get started deploying on Azure Web service.
For Heroku version getting started, see
For an advanced version, see
- git clone this repo
- Build dockerfile to your dockerhub account 2.1 In VSCode, right click Dockerfile > build image >> Name your image: ${dockerhub_id}/${image_name} 2.2 In VSCode, right click the image > Push >> Enter ${dockerhub_id}
- Create new app service in azure to pull from your dockerhub
These steps may incur $$$. DYOR. 😃
Use dev setting for dev
docker-compose up -d --remove-orphans --build
Used some setting from here https://github.com/karanpratapsingh/tutorials/tree/master/react
A minimal tutorial coming soon...