Aplicação front-end Angular 13 para aula de Pós Graduação - Unipar Toledo 2021
Run npm install
download project dependencies.
Run ng serve
or npm rum start
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run npm rum start-server
start the server for mocks from api localhost on port 3000.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Galeria de icones
https://fontawesome.com/v5.15/icons?d=gallery&p=2&m=free
Bootstrap
https://getbootstrap.com/docs/5.0/forms/overview/
docker build -t app-unipar4-image .
docker run --name app-unipar4-container -d -p 8080:80 app-unipar4-image