Project developed in the Angular 14 course: apply the concepts and develop your first CRUD, from the Alura school. Projeto desenvolvido no curso de Angular 14: aplique os conceitos e desenvolva seu primeiro CRUD da Alura
This project was generated with Angular CLI version 15.1.5.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Access folder backend cd backend
, install the JSON Server npm i json-server
and run npm start
for simulate an API using JSON Server. Navigate to http://localhost:3000/pensamentos
, to view the data.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.