Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jvaclavik/ionic-tutorial-movies
https://github.com/jvaclavik/ionic-tutorial-movies
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jvaclavik/ionic-tutorial-movies
- Owner: jvaclavik
- Created: 2015-12-15T14:49:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-15T15:04:28.000Z (about 9 years ago)
- Last Synced: 2024-11-10T07:40:54.732Z (3 months ago)
- Language: JavaScript
- Homepage: https://www.zdrojak.cz/clanky/vyvijime-hybridni-aplikace-v-ionicu-prvni-mobilni-aplikace
- Size: 1.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ionic Tutorial – Movies
Easy Ionic based app for filter movies in local array.## Ionic install
```bash
$ npm install -g cordova ionic
```## Start Ionic server
```bash
$ ionic serve
```