This project is a simple recipes list management application.
- Install dependencies:
yarn install
- Run
yarn start
to run the app in the development mode - Run
yarn build
to build the app for production to thebuild
folder
This project was bootstrapped with Create React App.