Skip to content

A basic example of a remix.run web app running with capacitorjs.com

Notifications You must be signed in to change notification settings

JH1611/remix-capacitor-template

Repository files navigation

Remix + Capacitor!

This is a basic example of a remix app (With SPA mode) running with capacitor.

Install dependencies

npm install

Run dev command to see your page on a web navigator

npm run dev

Generate android and ios app directory

npx cap add android
npx cap add ios

Use the build command to generate your web into build/client and also sync the changes with your mobile app

npm run build

Don't forget to change capacitor.config.ts

For more information you can see the Capacitor documentation

About

A basic example of a remix.run web app running with capacitorjs.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published