Updates the installed version of Ionic from v6 to v7
Migrates the React starters apps from Create React App to Vite
Installed Cypress and adds E2E tests
Installs ESLint with recommended React settings
Removes the PWA-specific code. There is a Vite plugin for PWAs that we can recommend on the docs instead of bundling the PWA files with each app: https://vite-pwa-org.netlify.app/
Fixed an inconsistency where Vue starter apps target #container and React targets .container for tests. Both now target #container.
Fixed an inconsistency where Vue sidemenu apps had folder/:id as the route and React had page/:id as the route. Both now use folder/:id.
This PR does a few things:
#container
and React targets.container
for tests. Both now target#container
.folder/:id
as the route and React hadpage/:id
as the route. Both now usefolder/:id
.