-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
29 lines (23 loc) · 944 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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.
VIEW WORKING DEMO:
http://52.10.114.186/
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/
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