Skip to content

Graion/backbone-google-maps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backbone-google-maps

  • Create a CRUD of map locations and render them on a google map.
  • It should contain a view to list, create and remove locations.
  • It should contain a view that shows the map with the locations.
  • Use Collections, Models, etc.

Setup

  • npm install
  • npm install -g webpack webpack-dev-server

Development

  • webpack-dev-server and open localhost:8080\webpack-dev-server\

Production

  • git checkout gh-pages
  • git rebase master
  • webpack -p
  • git add --all
  • git commit --amend
  • git push -f