An open API service indexing awesome lists of open source software.

https://github.com/nikbabchenko/ionic-words


https://github.com/nikbabchenko/ionic-words

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

          

# English words

Based on ionic cli.

NPM tasks

``` bash
Clean - $ npm run ionic:clean
Build - $ npm run ionic:build
Serve - $ npm run ionic:serve
```

### With the Ionic CLI:

Take the name after `ionic2-starter-`, and that is the name of the template to be used when using the `ionic start` command below:

```bash
$ sudo npm install -g ionic cordova
$ ionic start myTabs tabs
```

Then, to run it, cd into `myTabs` and run:

```bash
$ ionic cordova platform add ios
$ ionic cordova run ios
```

Substitute ios for android if not on a Mac.