Skip to content
/ MovieDB Public

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.

License

Notifications You must be signed in to change notification settings

achapm/MovieDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Search Movies Demo

SUMMARY:

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.

INSTALLATION:

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)

INSTALL COMMANDS:

$ bower install $ sudo npm install gulp -g $ npm init $ npm install

RUN THE DEMO:

$ gulp watch (Point your browser to http://localhost:3000/)

FINAL BUILD:

You can create a distributable build with all CSS and JS concatenated and minified by running this command: $ gulp build

...

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published