ParallelScore Convert PDF to WebForm Bounty Challenge.
App Url: pdf2webform
This project was bootstrapped with Create React App.
Technology Used
Running the App Locally
Docker
Production Deployment
License
Author
React
Docker
Azure Container Registry (ACR)
Azure App Service - Web App for Containers
In the project directory, you can run:
Run npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Run npm test
Launches the test runner in the interactive watch mode.
Run npm run build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
docker build -t <container-registry-name>.azurecr.io/<image-name>:latest .
Run docker images
Run docker run -d -p 80:8080 <container-registry-name>.azurecr.io/<image-name>
Enter localhost
Run docker login <container-registry-name>.azurecr.io
and supply your username and password for authentication
Run docker push <container-registry-name>.azurecr.io/<image-name>:latest
Setup Web App for Containers Service and deploy the stored app image in ACR to it.