Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karenyov/helloionic
https://github.com/karenyov/helloionic
angular ionic
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/karenyov/helloionic
- Owner: karenyov
- Created: 2017-06-09T19:53:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-27T14:12:25.000Z (over 7 years ago)
- Last Synced: 2024-11-12T15:19:37.029Z (2 months ago)
- Topics: angular, ionic
- Language: TypeScript
- Size: 1.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello Ionic :smile:
Este repositório contém um app em Ionic - Hello Ionic![alt text](image-example.jpg)
# Requisitos
* [Node.js](https://nodejs.org/en/)
* [Ionic](https://ionicframework.com/docs/intro/installation/)# Instalação
Entrar na pasta do projeto e rodar o npm:
```
> npm Install```
# Rodando App
No navegador basta iniciar o servidorzinho do Ionic (na pasta do projeto):```
> ionic serve```
E acessar a URL com o endereço http://localhost:8100/ e ser feliz :)