diff --git a/packages/@ionic/cli/src/lib/start.ts b/packages/@ionic/cli/src/lib/start.ts index 9c62390d58..ea141fef75 100644 --- a/packages/@ionic/cli/src/lib/start.ts +++ b/packages/@ionic/cli/src/lib/start.ts @@ -240,7 +240,7 @@ export const STARTER_TEMPLATES: StarterTemplate[] = [ projectType: 'angular', type: 'repo', description: 'An example application that builds a camera with gallery', - repo: 'https://github.com/ionic-team/photo-gallery-tutorial-ionic4', + repo: 'https://github.com/ionic-team/photo-gallery-capacitor-ng', }, { name: 'conference', @@ -256,6 +256,13 @@ export const STARTER_TEMPLATES: StarterTemplate[] = [ description: 'A blank starter project', id: 'react-official-blank', }, + { + name: 'my-first-app', + projectType: 'react', + type: 'repo', + description: 'An example application that builds a camera with gallery', + repo: 'https://github.com/ionic-team/photo-gallery-capacitor-react', + }, { name: 'sidemenu', projectType: 'react',