https://github.com/tilap/tripmemore-mockup
https://github.com/tilap/tripmemore-mockup
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tilap/tripmemore-mockup
- Owner: tilap
- License: mit
- Created: 2014-10-09T23:07:27.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-25T13:57:46.000Z (over 11 years ago)
- Last Synced: 2025-02-05T10:34:43.598Z (over 1 year ago)
- Language: JavaScript
- Size: 500 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tripmemore Mockup
Web frontend mockup for the TripMeMore project during [Welean 3rd session](http://welean.it).
A single screen to display a pin list and locations on a map, with details in a popup.
See the result on the [demo page](http://tilap.github.io/tripmemore-mockup/).
## Install
```
git clone https://github.com/tilap/tripmemore-mockup.git
cd tripmemore-mockup
make install
make watch
```
You can the view the page on [http://localhost:4000](http://localhost:4000) (or any other port you've set up in the config file).
## Developper note
This mockup is built over [Gulppage](https://github.com/tilap/gulppage) simple dev front-end framework.
This mockup is built with :
- [jquery](http://jquery.com/)
- [bootstrap](http://getbootstrap.com/)
- [leaflet](http://leafletjs.com/) and the leaflet plugin [markercluster](https://github.com/Leaflet/Leaflet.markercluster)
- [ejs](http://www.embeddedjs.com/)
- [magnific popup](http://dimsemenov.com/plugins/magnific-popup/)
- [tooltipster](http://iamceege.github.io/tooltipster/)