Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 496 Bytes

Infrastructure-Angular-Angular-CLI-WebPack.md

File metadata and controls

9 lines (8 loc) · 496 Bytes

Angular CLI & WebPack

ASP.NET Zero uses angular-cli for the development and deployment. It's properly configured for angular-cli and already working. To run the application, open command line and type "npm start" command (or "npm run hmr" to enable hot module replacement feature). Once it's compiled and ready, you can go to http://localhost:4200 to open the application in your browser. See angular-cli official web site for more.