Skip to content

Instantly share code, notes, and snippets.

@saimon24
Created January 24, 2019 04:13
Show Gist options
  • Save saimon24/de7b0db4463b7bc31d0465366f5f2b29 to your computer and use it in GitHub Desktop.
Save saimon24/de7b0db4463b7bc31d0465366f5f2b29 to your computer and use it in GitHub Desktop.
Create your Ionic 4 project
# Install Ionic if you haven't before
npm install -g ionic
# Create a blank new Ionic 4 app with Angular support
ionic start movieApp blank --type=angular
cd movieApp
# Use the CLI to generate some pages and a service
ionic g page pages/movies
ionic g page pages/movieDetails
ionic g service services/movie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment