How to host Angular 6 application in Python Django?
I am wanting to host an Angular 6 application in Django, how do I do this? Assumption: That django site is already running Things needed to set up Angular 6 locally Install Node Js. https://nodejs.org/en/download/ Install Angular cli Globally npm install -g @angular/cli Navigate to angular on the repo dir\angular Install the npm's [libraries] npm install Serve the site npm serve [-o] Navigate to the hosted site http://localhost:4200/ Angular Libraries needed to support Django npm install @angular-devkit/custom-webpack --save npm install @angular-builders/custom-webpack --save npm install