-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReadme
49 lines (39 loc) · 1.27 KB
/
Readme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[![Build Status][circle-badge]][circle-badge-url]
[![npm][npm-badge]][npm-badge-url]
# PUC94
The Ionic command line interface (CLI) is your go-to tool for developing
[Ionic][ionic-homepage] apps.
:book: **Documentation**:
[https://ionicframework.com/docs/cli/][ionic-cli-docs]
:mega: **Support/Questions?** Please see our [Support Page][ionic-support] for
general support questions. The issues on GitHub should be reserved for bug
reports and feature requests.
:sparkling_heart: **Want to contribute?** Please see
[CONTRIBUTING.md](https://github.com/ionic-team/ionic-cli/blob/master/CONTRIBUTING.md).
:book: **Documentation**:
[https://ionicframework.com/docs/cli/][ionic-cli-docs]
# How to run
Install Ionic
```
npm install -g cordova ionic
```
Install node modules
```
npm install
```
Build app
```
Ionic build
```
Run app
```
node server
```
[ionic-homepage]: https://ionicframework.com
[ionic-docs]: https://ionicframework.com/docs
[ionic-cli-docs]: https://ionicframework.com/docs/cli/
[ionic-support]: https://ionicframework.com/support
[circle-badge]: https://circleci.com/gh/ionic-team/ionic-cli.svg?style=shield
[circle-badge-url]: https://circleci.com/gh/ionic-team/ionic-cli
[npm-badge]: https://img.shields.io/npm/v/ionic.svg
[npm-badge-url]: https://www.npmjs.com/package/ionic