All Projects → ulrikstrid → azure-appservice-static

ulrikstrid / azure-appservice-static

Licence: MIT license
Deploy static site to azure AppService.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to azure-appservice-static

bem-react-boilerplate
DEPRECATED! A bare minimum frontend boilerplate based on create-react-app and bem-react-core.
Stars: ✭ 32 (-17.95%)
Mutual labels:  create-react-app
uniswapv3-calculator
An all-in-one platform for Uniswap liquidity providers (prev Uniswap Calculator)
Stars: ✭ 131 (+235.9%)
Mutual labels:  create-react-app
lego-boost-app
React Application for controlling Lego Boost from the browser with Web Bluetooth API
Stars: ✭ 57 (+46.15%)
Mutual labels:  create-react-app
fireship-js
Custom CRA template for Fireship loaded up with useful Firebase boilerplate, React Firebase Hooks, routing, and source code explorer for analyzing bundle sizes
Stars: ✭ 21 (-46.15%)
Mutual labels:  create-react-app
react-typescript-starter
Minimalist React 18 starter template with TypeScript ⚛
Stars: ✭ 72 (+84.62%)
Mutual labels:  create-react-app
webservices
Prestashop Web Services + React JS App
Stars: ✭ 34 (-12.82%)
Mutual labels:  create-react-app
react-styled-components-example
React Styled Components Example
Stars: ✭ 35 (-10.26%)
Mutual labels:  create-react-app
cra-monorepo-demo
Monorepo example using create-react-app and common component library structure with yarn workspaces
Stars: ✭ 37 (-5.13%)
Mutual labels:  create-react-app
CubeMail
CubeMail is a webmail client built using React and Chakra UI, It runs in the browser and uses the Gmail's public Javascript API.
Stars: ✭ 25 (-35.9%)
Mutual labels:  create-react-app
plebpack
Webpack configuration for the common people.
Stars: ✭ 13 (-66.67%)
Mutual labels:  create-react-app
react-mobx-local-state-example
React MobX (for Local State) Example
Stars: ✭ 27 (-30.77%)
Mutual labels:  create-react-app
react-snake
React Snake (Functional Style)
Stars: ✭ 128 (+228.21%)
Mutual labels:  create-react-app
crud-app
❄️ A simple and beautiful CRUD application built with React.
Stars: ✭ 61 (+56.41%)
Mutual labels:  create-react-app
parksben.github.io
parksben's blog
Stars: ✭ 46 (+17.95%)
Mutual labels:  create-react-app
ts-ui
Telar Social Network using Reactjs
Stars: ✭ 35 (-10.26%)
Mutual labels:  create-react-app
vimrc-builder
ⓥ vimrc file builder
Stars: ✭ 54 (+38.46%)
Mutual labels:  create-react-app
speedy-math
An application which allows user (small kids) to practice basic Mathematics operations
Stars: ✭ 28 (-28.21%)
Mutual labels:  create-react-app
react-deploy-s3
Deploy create react app's in AWS S3
Stars: ✭ 67 (+71.79%)
Mutual labels:  create-react-app
react-you-do-you
How I use React + Redux + Material-UI + TypeScript – you do you 💖
Stars: ✭ 103 (+164.1%)
Mutual labels:  create-react-app
media-library
An online media library application with React, Redux and redux-saga
Stars: ✭ 27 (-30.77%)
Mutual labels:  create-react-app

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].