Giter VIP home page Giter VIP logo

universal-react-on-azure's Introduction

Universal React on Azure


This an example for running an universal React app on Azure. The following stack is used:

Installation

$ npm install

Ignore any errors about peer dependencies ๐Ÿ™ˆ

Running Dev Server

$ npm run dev

Building and Running Production Server

$ npm run start:prod

Deploying on Azure

Set environment variables on Azure

  • NODE_ENV = production
  • NODE_PATH = ./src
  • BABEL_DISABLE_CACHE = 1

Custom Deployment Script

To bundle the javascripts on Azure during deployment, a custom deployment script is needed that runs the required commands.

Scaffold a script using azure-cli

$ azure site deploymentscript --node

Add the bundle command (here: npm run build) after npm install, see deploy.sh.

universal-react-on-azure's People

Contributors

kevicency avatar squelix avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.