- Install NodeJs
- Install dependencies: npm install --global gulp-cli bower
- Run npm install
- Run bower install
- Run gulp serve to load Gallery view
- Run gulp serve:test to run the tests in the browser
- Run gulp to build your webapp for production
- Run gulp serve:dist to preview the production buil
- add path css <link rel="stylesheet" href="source/gallery.css"> to your html file
- add path js <script src="source/gallery.js"></script>>
- add in your thml file the next lines code:
<div class="container">
<div id="gallery" class="row">
<div>
<div id="overlay">
</div>
</div>
this file are the example of how you can start to use the plugin gallery
- Now do you need to use the plugin gallery
- the example the find in the index.html and index.js ,
- Run gulp serve to load Gallery view