Hello there!
I am interested in creating a single page web application for an embedded system that won't have access to the internet. This means I need to develop it without relying on external sources for functionality.
Although I prefer AngularJS, the system does not have the Node Package Manager installed. Can I still deploy an Angular application using just a standard web server?
Thank you for your help!