I'm a application development student working on an Angular full stack project for school. I need to host the front-end (so the angular part) online. I wanted to do it with Netlify since it's quiet easy to use and free. I want to deploy it manually since my tutors made the github repo I work in to check on the progress and code.
I made a redirect file and added it to my angular.json file, sorted out the environment files and build the app using ng build. I tried to manually deploy my app by dragging the folder inside the dist folder into netlify but it keeps telling me the url of the deployment leads to a broken url since it cant find it.
Any tips, tricks and help is very welcome!
Top comments (0)