-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
executable file
·37 lines (20 loc) · 929 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Trabalho de Arquitetura - Caches
<img src="http://www.uemg.br/images/Logo_uemg.jpg" align="right" />
________
## Demonstração
**Disponível via GitHub Pages em:**
- https://guilnorth.github.io/arquitetura-cache
## Instalação e execução
**Caso ainda não tenha o npm/node instalado, prossiga em:**
- https://www.npmjs.com/get-npm
**Instalação:**
$ git clone https://github.com/guilnorth/arquitetura-cache.git
$ npm start
**Este comando instala as bibliotecas necessárias (npm install) e inicia o servidor local da aplicação Angular (ng serve)**
**Após isso, acessar o servidor local iniciado:**
- http://localhost:4200
## Desenvolvido Por
- Guilherme Gomes Noronha
- Daniel Henrique Silva
- Mateus Nogueira
#### Como trabalho para a matéria de Arquitetura de Computadores II,da turma do 5º Período de Computação na UEMG Divinópolis - Noturno