A template for setting up Telefunc on React-Router.
Telefunc introduces Remote Functions instead of APIs. Streamlining backend interactions significantly.
npm install # Install the dependencies:
npm run dev # Start the development server with HMR
# Your application will be available at http://localhost:5173
npm run build # Build for production
npm run start # Start the production build
Note that improved support is about to be merged in React Router.
Special thanks to @brillout for creating Telefunc and troubleshooting the build issues.