https://github.com/karenyov/helloionic
https://github.com/karenyov/helloionic
angular ionic
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/karenyov/helloionic
- Owner: karenyov
- Created: 2017-06-09T19:53:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-27T14:12:25.000Z (almost 9 years ago)
- Last Synced: 2025-01-11T15:36:43.304Z (over 1 year 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

# 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 :)