Microsoft IIS Web Manager
Microsoft IIS Web Manager provides a browser interface for users to manage local and remote installations of IIS.
Instructions
Prerequisites
Get npm. All dependencies would be brought in on npm install
Building
Run the build command. Use --purge to clear node_modules directory if desired. --output-hashing is recommended for cache breaking.
build.ps1 [--purge] [--output-hashing]
Output would be generated in dist directory. You may deploy the dist\app directory on any application server that supports angular application. Follow the guidance from angular guides.
- For IIS deployment,
web.configis generated for you on thedist\appdirectory.
Snapshots
