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
- Host: GitHub
- URL: https://github.com/jgudo/react-recipe-app
- Owner: jgudo
- Created: 2019-02-07T03:40:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T09:10:46.000Z (about 6 years ago)
- Last Synced: 2025-01-15T01:48:48.179Z (4 months ago)
- Topics: react, react-recipe, react-redux, recipe, recipe-app
- Language: JavaScript
- Homepage: https://crecipe.netlify.com/
- Size: 1.6 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```