I’ve built a sample application using the basic ionic Conference App with some tweaks. You can find the source here: https://github.com/jarodms/ionic3-virtual-scroll Once you’ve cloned/downloaded the source, run the following to see the example in action (go to the Speakers tab): npm i npm run ionic:serve The example app has the following: Tabs Sidemenu Version number at…
Month: July 2018
Getting Started with Ionic 3
Install Node.js Install the Ionic command line tools: npm install -g ionic Start an App: ionic start myApp blank Try out the blank app: cd myApp ionic serve There isn’t much you can do with the blank Ionic app, except to learn a lot about the code (which is a good thing to do if you…