Skip to content

Commit 0795c43

Browse files
committed
updated readme
1 parent 4aef4e1 commit 0795c43

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

README.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,39 @@
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+
```

0 commit comments

Comments
 (0)