https://github.com/jucesarsilva/guarani
Job interview
https://github.com/jucesarsilva/guarani
angularjs interview
Last synced: about 2 months ago
JSON representation
Job interview
- Host: GitHub
- URL: https://github.com/jucesarsilva/guarani
- Owner: jucesarsilva
- License: mit
- Created: 2017-11-11T10:01:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T10:09:25.000Z (over 8 years ago)
- Last Synced: 2025-06-26T03:38:49.076Z (12 months ago)
- Topics: angularjs, interview
- Language: CSS
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# guarani
Teste prático
### Pré requisitos
Você irá precisar instalar o node.js
[http://nodejs.org/](http://nodejs.org/).
### Clone guarani
Clone o repositório usando [git][git]:
```
git clone https://github.com/jucesarsilva/guarani.git
cd guarani
```
### Instalando as dependências
```
npm install
```
### Rodar a aplicação
```
npm start
```
Ou
```
npm install
gulp server
```
disponível: `http://localhost:8000/index.html`.
### Rodar testes unitários
```
npm test
```
### Rodar testes e2e (Protractor + Selenium)
Você precisará de 2 terminais para rodar os testes automatizados
1º terminal - Rodar para inicializar a aplicação
```
npm start
```
2º terminal - Rodar para inicializar a aplicação
```
npm run protractor
```