Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)