File tree Expand file tree Collapse file tree 1 file changed +39
-1
lines changed Expand file tree Collapse file tree 1 file changed +39
-1
lines changed Original file line number Diff line number Diff line change 1
- # ionic2-components
1
+ # Ionic 2 Advanced Components
2
+
3
+ A powerful Ionic Starter including Jade, Sass & ; Coffee.
4
+
5
+ ## Setup
6
+
7
+ Requirements to use this starter:
8
+
9
+ ##### Node.js (https://nodejs.org/download/)
10
+
11
+ ##### npm (Node Package Manager, it comes with node.js installation)
12
+ Just in case, if you want to update to npm latest version:
13
+ ``` sh
14
+ $ sudo npm install npm -g
15
+ ```
16
+
17
+ ##### Cordova & Ionic Cli
18
+ To install both of them on your system just launch this command:
19
+ ``` sh
20
+ $ sudo npm install cordova ionic -g
21
+ ```
22
+
23
+ ## Install NPM Dependencies
24
+ Once you clone this repository, run this command on your terminal to install all needed dependencies:
25
+ ``` sh
26
+ $ npm install
27
+ ```
28
+
29
+ ## Install cordova plugin Dependencies
30
+ Run this command on your terminal to install all needed puglins:
31
+ ``` sh
32
+ $ cordova prepare
33
+ ```
34
+
35
+ ## Launching the App
36
+ After installing the needed dependencies you are done, launch your app with a simple
37
+ ``` sh
38
+ $ ionic serve
39
+ ```
You can’t perform that action at this time.
0 commit comments