Run npm run start-fullstack for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files. Together on background will be executed a fake backeend server on the port http://localhost:3000.
Run npm run build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.
Run npm run test to execute the unit tests via Karma.
Run npm run e2e to execute the end-to-end tests via Protractor.
Run npm run test-coverage to execute the unit tests with coverage report.
Run npm run docker-build to build a docker image of project.
Run npm run docker-run to run the project from a docker image. Obs: for to use this command, is necessary to have docker image pre builded.
user: admin@gmail.com password: 12345