After installing Angular using npm, I added the following script to my public/index.html file:
<script src="/node_modules/angular/angular.js"></script>
However, I am encountering a 404 error in the Chrome console. Does anyone have any suggestions on how to properly include the script?