Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thescientist13/ionic-poc
POC project for Ionic 2
https://github.com/thescientist13/ionic-poc
Last synced: about 1 month ago
JSON representation
POC project for Ionic 2
- Host: GitHub
- URL: https://github.com/thescientist13/ionic-poc
- Owner: thescientist13
- Created: 2016-11-20T22:11:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-21T02:26:34.000Z (about 8 years ago)
- Last Synced: 2024-10-29T03:41:50.208Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.66 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ionic-poc
## Overview
Sample project based on [Ionic 2][] default starter template, following these tutorials
- http://ionicframework.com/docs/v2/getting-started/Ionic 2 offers these great tools by default
- [Angular 2][] - SPA JavaScript framework support component based development
- [TypeScript][] - Super-set of JavaScript supporting types, interfaces, and access control
- [Webpack][] - Module Bundler and build tool
- [Rollup][] - Advanced module bundler offering features like tree-shaking
- [SASS][] - CSS pre-processor[Ionic 2]: http://ionicframework.com/docs/v2/
[Angular 2]: https://angular.io/
[TypeScript]: https://www.typescriptlang.org/
[Webpack]: https://webpack.github.io/
[Rollup]: http://rollupjs.org/
[SASS]: http://sass-lang.com/## Links / References
- https://creator.ionic.io/
- https://market.ionic.io/## Setup
Make sure you have [NodeJS](https://nodejs.org/) installed1. Run `npm install -g ionic cordova gulp`
2. Run `npm install`For targetting iOS, see this [guide](http://cordova.apache.org/docs/en/latest/guide/platforms/ios/index.html)
For targetting Android, see this [guide](http://cordova.apache.org/docs/en/latest/guide/platforms/android/index.html)## Tasks
### Local Development
Run `npm run iconic:serve --labs`### Building for a platforms
Run `npm run ionic:build ` (eg. where target would be `ios`, for example)### Local Simulator
After building for a target, run `ionic emulate ` (eg. where target would be `ios`, for example)