Set up

Im assuming that by now you have the Ionic cli installed and your dev environment set up, but if not check out the Ionic getting started guide http://ionicframework.com/getting-started/. Alright, now that you have everything installed we can go ahead and pull the Ionic Conference App and get it running. To do this `cd` into whatever directory you keep your projects in and run ` git clone https://github.com/driftyco/ionic-conference-app.git\`. This command will clone the latest master branch of the Ionic conference app from Github to your machine. Once this command has finished running (may take a minute depending on your internet connection) you should be able to run `ls` and see a directory named `ionic-conference-app`. The next step is to `cd` into this directory and run `npm install`. This will install all the dependencies that the `ionic-conference-app` needs to run. Once this has completed (again, it may take a minute depending on your internet connection) you can run `ionic serve`. At this point you should see the conference app running in your browser!

results matching ""

    No results matching ""