Get fun suggestions for where to grab your next cup.
Check out the live demo.
Fork. Clone. Run yarn
or npm install
. Fire up your local server.
In production, the app interacts with a Rails API at https://floating-temple-82552.herokuapp.com.
For dev purposes, you can grab that repo and run it simultaneously on your local server with rails s
. CORS is already enabled and they are set up to run on different ports. Then change the endpoint that your Redux actions fetch from to the locally running backend.
Suggestions for improvement are always welcome!
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D