Skip to content

An object oriented map-based interface that uses Google Maps Places API and Gulp for task running.

Notifications You must be signed in to change notification settings

richjava/gmaps-oop-gulp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gmaps-oop-gulp

An object oriented map-based interface that uses Google Maps Places API and Gulp for task running.

Installation

npm install

Run tasks

The following command will concatenate the js files and put them in dist/all.js, transpile and concatenate and minify the .scss files and put them in dist/main.min.css.

npm run gulp

So the generated directories and files will be:

  • dist
    • css
      • main.min.css
    • js
      • all.js

Note: This doesn't include live reload (or functionality to run on a server), but the Live Server extension in VSCode is pretty good for that.

About

An object oriented map-based interface that uses Google Maps Places API and Gulp for task running.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published