UNPKG

generator-azure-web-app

Version:

Minimalist Web App generator: Webpack/Rollup + React + Express, deployable to vanilla Node.js, Azure App Service, and IIS

10 lines (7 loc) 200 B
'use strict'; const config = require('./config'); const ProdServer = require('./prodServer'); (new ProdServer({ contentPath: config.CONTENT_PATH, port: config.PORT })).listen();