celo-org / celo-composer

celo-composer is a starter project with all code needed to build, deploy, and upgrade a dapps on Celo.
MIT License
117 stars 110 forks source link

cli script and react-app update #166

Closed nestorbonilla closed 1 year ago

nestorbonilla commented 1 year ago

Background The previous react-app package did not fall into the template category, as it had too many components and third-party libraries, and some developers expressed that many times they had to remove many components to use the package.

Therefore, the previous react-app package has been moved to an example project using celo-composer.

Improvements The CLI script has been updated together with the new react-app package, and now devs can select their preferred web3 front-end library, having as options:

netlify[bot] commented 1 year ago

Deploy Preview for celo-composer failed.

Name Link
Latest commit 80c072ae59712922d8f66df168c403a07cead73a
Latest deploy log https://app.netlify.com/sites/celo-composer/deploys/639ff6543e6bca0008d3338a
viral-sangani commented 1 year ago

@nestorbonilla I think @celo/react-celo is missing in the package.json. Getting this error -

Type error: Cannot find module '@celo/react-celo' or its corresponding type declarations.