This template can get you started with interacting with the Inco Network (currently with the Gentry Testnet) using a React application. It already has fhevmjs and a wallet connection set up.
Then install the required modules:
npm install
After that run the app using:
npm run dev
The app will be running on http://localhost:5173/.
Take a look at the Inco Network documentation to learn more about all the operations you can do.