Frontend para testar o CRUD de Heroes do Curso de Ruby on Rails 6 como API.
| Angular | 11.x.x |
| Material | 11.x.x |
git clone https://github.com/peimelo/heroes-crud.git
cd heroes-crud
# installation of dependencies
npm install
# run the project
ng serveAbra o navegador no endereço http://localhost:4200.
Espera-se que o backend suba em http://localhost:3000. Caso queira em outra porta,
altere o arquivo src/proxy.conf.json e reinicie o frontend.
Visite esse site em produção no endereço https://heroes-crud.vercel.app.