====================================
You can download the project in this repositpry (https://github.com/yayomanosalva/neighborhood-map-knockoutJs/tree/dev).
- Download this app
- open the console and move to folder
- In the console, choice the version of node to use and write
nvm use 5
npm install
npm install gulp- Install gulp dependencies
npm install --save-dev gulp-browserSync
npm install --save-dev gulp-uglify
npm install --save-dev gulp-concat
npm install --save-dev gulp-minify-css
npm install --save-dev gulp-html-replace
npm install --save-dev gulp-sourcemaps
npm install --save-dev gulp-modernizr- Run the server
gulp serveyou see these
List view item selected and highlighted. Associated map marker bounced and info window opened.
- import libreries
<script src="scripts/jquery-2.2.2.min.js"></script>
<script src="scripts/knockout-3.4.0.js"></script>
<script src="scripts/app.js"></script>
<script src="scripts/modernizr-custom.js"></script>
<script async defer src="https://maps.googleapis.com/maps/api/js?key="></script>- author
name: Jair Manosalva
email: yayomanosalva@gmail.com