ianwhitedeveloper / customgooglemaps

Customized Google Map

Home Page:http://ianwhitedeveloper.com/7election/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

First, make sure you have all the dependencies installed:

(NOTE: you must have at least node v 6.0.0)

npm install

To start application:

gulp

If you want to open browser automatically:

gulp --open

Browser is editable on gulpfile.

To compile project for production:

gulp build-prod

To push to internal:

Create a file in root of folder named .ftppass with auth information

example:

{
  "privateKeyEncrypted": {
    "user": "username",
    "passphrase": "passphrase",
    "keyLocation": "~/.ssh/yourkey.pem"
  }
}

Then

gulp sftp-internal

Not currently implemented

Scripts on package.json

Start process with Nodemon:

npm start

Running test specs (start application before, then):

npm test

About

Customized Google Map

http://ianwhitedeveloper.com/7election/


Languages

Language:JavaScript 64.5%Language:CSS 23.4%Language:HTML 11.9%Language:Shell 0.2%