|
| 1 | +# Ionic 2 Advanced Components [](https://github.com/ellerbrock/open-source-badge/) |
| 2 | + |
| 3 | +This repository was made in order to help people learn and speed up their development process. |
| 4 | +You will find many many different components, pages, pipes, services, of which can be very useful to you. Note though that these are all experimental! |
| 5 | + |
| 6 | +The content here is a mix of tutorials found online, a few adapted codepen stuff, a few dribbble inspired layouts, and also other stuff made by me. |
| 7 | + |
| 8 | +**HOPEFULLY** you will like this repo and feel like contributing, so please if you can, contribute so we can have even more amazing content! |
| 9 | + |
| 10 | +## Ionic View Code: 5b5dc3a7 |
| 11 | + |
| 12 | +If you just want to check this project out, you can use [Ionic View](http://view.ionic.io/) with the code on the title. |
| 13 | + |
| 14 | +Please notice that some plugins may **only work** when using a real device, so don't expect everything to work on ionic view. |
| 15 | + |
| 16 | +**** |
| 17 | + |
| 18 | + |
| 19 | +## Setup |
| 20 | + |
| 21 | +Requirements to use this project: |
| 22 | + |
| 23 | +##### Node.js (https://nodejs.org/download/) |
| 24 | + |
| 25 | +##### npm (Node Package Manager, it comes with node.js installation) |
| 26 | +In case you're not with the latest version of npm: |
| 27 | +```sh |
| 28 | +$ sudo npm install npm -g |
| 29 | +``` |
| 30 | + |
| 31 | +##### Cordova & Ionic Cli |
| 32 | +To install both of them on your system just launch this command: |
| 33 | +```sh |
| 34 | +$ sudo npm install cordova ionic -g |
| 35 | +``` |
| 36 | + |
| 37 | +## Install NPM Dependencies |
| 38 | +Once you clone this repository, run this command on your terminal to install all needed dependencies: |
| 39 | +```sh |
| 40 | +$ npm install |
| 41 | +``` |
| 42 | + |
| 43 | +## Install cordova plugin Dependencies |
| 44 | +Run this command on your terminal to install all needed puglins: |
| 45 | +```sh |
| 46 | +$ cordova prepare |
| 47 | +``` |
| 48 | + |
| 49 | +## Launching the App |
| 50 | +After installing the needed dependencies you are done, launch your app with a simple |
| 51 | +```sh |
| 52 | +$ ionic serve |
| 53 | +``` |
0 commit comments