create-ic-app icon indicating copy to clipboard operation
create-ic-app copied to clipboard

Use your favourite frontend framework with the Internet Computer

Results 12 create-ic-app issues
Sort by recently updated
recently updated
newest added

The counter.did.js file can't be found under ../.dfx/local/canisters/counter. I tried react+javascript and react+typescript. Seems the build needs to include dfx generate. I had to: 1) generate the candid interfaces manually...

Following the instructions of README.md: [andre@nopogi connect2ic]$ npm i npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR!...

Hi, I am planning to work on the rust support. I would like to know if anyone else would want tot contribute.

Could not find a declaration file for module '@connect2ic/svelte'. '/Users/pramitgaha/programs/icp/local-icp/node_modules/@connect2ic/svelte/dist/connect2ic-svelte.cjs.js' implicitly has an 'any' type. Try `npm i --save-dev @types/connect2ic__svelte` if it exists or add a new declaration (.d.ts) file...

I have a project created with create-ic-app@latest command, leaving intact it, it works fine in local, but it doesn´t works in ic, throwing the following javascript error in browser console:...

Would you be open to receiving a PR with an Angular template?

I needed a time input so initially was going to use: https://www.npmjs.com/package/react-time-picker however, when I try to do the basic example I get the following console error: ``` Uncaught Error:...

when use local frontend, the agentjs raise "DestinationInvalid" error. use frontend in ic network canister no this error.

Hi, Internet Identity dev here. Just a quick note: It would be good if the templates included the Internet Identity dev build for local authentication. The reason being that the...