Skip to content
master
Go to file
Code

Latest commit

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Apr 7, 2017
Mar 10, 2017

README.md

azure-appservice-static

Deploy static create-react-app site to azure AppService.

Usage

Copy the following files to your repo root

.deployment
scripts/deploy.sh
web.config

Change your scripts in package.json to something like this:

scripts": {
  "postinstall": "npm run build",
  "dev": "react-scripts start",
  "build": "react-scripts build",
  "test": "react-scripts test --env=jsdom",
  "eject": "react-scripts eject"
}

Blog post

https://medium.com/@strid/host-create-react-app-on-azure-986bc40d5bf2#.pycfnafbg

Special thanks

The web.config is taken from this blogpost

About

Deploy static site to azure AppService.

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.