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

https://github.com/jgudo/react-recipe-app

create and manage your favorite recipes
https://github.com/jgudo/react-recipe-app

react react-recipe react-redux recipe recipe-app

Last synced: about 2 months ago
JSON representation

create and manage your favorite recipes

Awesome Lists containing this project

README

        

# React recipe book
visit live demo at

### Install Dependencies
```sh
$ npm install
```

### Run development server
```sh
$ npm run dev-server
```

### Build the project
```sh
$ npm run build
```