#Search Movies Demo
This is a demo using the AngularJS framework, Bootstrap Sass for styling, Gulp for rapid development and Bower for package management. It consumes the themoviedb.org API as a service to provide search results. It will also create a distributable build with all CSS and JS concatenated and minified through Gulp.
You need to have Node.js (Node) installed onto your computer before you can install Gulp.
If you do not have Node installed already, you can get it by downloading the package installer from Node's website:
https://nodejs.org/en/
Open your terminal and browse to this directory (Contains bower.json)
$ bower install $ sudo npm install gulp -g $ npm init $ npm install
$ gulp watch (Point your browser to http://localhost:3000/)
You can create a distributable build with all CSS and JS concatenated and minified by running this command: $ gulp build
...