movie-hub-angularjs

Getting Started

Install the dependencies using this command

npm install

Run the Application

Run demo http-server with this command from the root folder

http-server -a 127.0.0.1 -p 8000 -c-1

Hit this URL: http://127.0.0.1:8000/app/

Note: Make sure http-server is installed globally.