Skip to content

Latest commit

 

History

History
25 lines (11 loc) · 342 Bytes

README.md

File metadata and controls

25 lines (11 loc) · 342 Bytes

Calculadora

1º Step - Iniciar a Aplicação

lein figwheel

go to: http://localhost:3449

2º Step - Iniciar o Web Service responsavel por calcular o fatorial

lein ring server

go to para ver interface grafica do WS: http://localhost:3000

3º Step - Voltar à http://localhost:3449 e calcular!

ex: 31 / 2 = 15.5 ex: 4 ! = 24