Add Refine to an existing React project?
I'm wondering what the best way is to add Refine to an existing project.
I tried adding the CLI,
But when I run
Any suggestions how to integrate refine into an existing app?
I tried adding the CLI,
yarn add @refinedev/cli, and added a refine script to package.json. But when I run
yarn refine, it fails with an error: TypeError: Cannot read properties of undefined (reading 'description')Any suggestions how to integrate refine into an existing app?
