https://github.com/nikbabchenko/ionic-words
https://github.com/nikbabchenko/ionic-words
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nikbabchenko/ionic-words
- Owner: nikbabchenko
- Created: 2017-11-16T12:48:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-16T13:10:43.000Z (over 8 years ago)
- Last Synced: 2025-10-19T14:12:06.529Z (9 months ago)
- Language: TypeScript
- Size: 1.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.