Recipe Filter - Example
► Requirements
[x] Node (8 or higher) [x] Yarn (or NPM)
► Installation
Clone this repo, install the dependencies and start the app.
git clone https://github.com/DittrichLucas/recipes-filter.git
yarn
yarn start
► Screenshots
► Contributing
- Make the project fork (https://github.com/DittrichLucas/recipes-filter)
- Create a branch for your modification (
git checkout -b feature/fooBar
) - Do the commit (
git commit -am 'Add some fooBar'
) - Push (
git push origin feature/fooBar
) - Create a new Pull Request