Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ramongebben/bier_finder
An app to find a brewery close to your location.
https://github.com/ramongebben/bier_finder
Last synced: about 1 month ago
JSON representation
An app to find a brewery close to your location.
- Host: GitHub
- URL: https://github.com/ramongebben/bier_finder
- Owner: RamonGebben
- Created: 2015-05-24T11:28:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-24T17:05:55.000Z (over 9 years ago)
- Last Synced: 2023-08-09T23:13:41.689Z (over 1 year ago)
- Language: JavaScript
- Size: 5.7 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bier finder
This is a simple application to find a dutch brewery close to your zipcode.
## Running it
To run this project we must first clone it
git clone [email protected]:RamonGebben/bier_finder.git
Then we must install the depencies. We do this via:
npm install
Make sure you have `gulp` installed on you system, if not use
[sudo] npm install -g gulp
Now we can run the tasks in the gulpfile. Try
gulp help
This lists all the tasks you could run. To run the default task and also start the server just run
gulp
And point your browser to [:6789](http://localhost:6789)