Need help with `Creating a CRUD App in Minutes with Angular’s $resource`

I don’t know how to deploy the app in the ‘Creating a CRUD App in Minutes with Angular’s $resource’ tutorial https://www.sitepoint.com/creating-crud-app-minutes-angulars-resource/

Not sure what is meant by ‘Assuming the app is deployed under localhost/movieApp’.

Can someone help a newbie? I’ve tried node app.js and node services.js and I get ReferenceError: angular is not defined. I guess this is so obvious it’s not covered in the tutorial. Help a guy out.

2 posts were merged into an existing topic: I need help with MovieApp tutorial