Web frontend of my final degree project
This project is an Angular application that represents the web frontend of my final degree project.
This application consumes the REST API served by the web_backend.
It’s deployed in Heroku in the following URL:
http://topics-and-summary-web-front.herokuapp.com
All this information and more is present in the documentation.
To generate the documentation and visualize it, follow this steps:
npm install -g @compodoc/compodoc@1.1.8
./generate-and-serve-documentation.sh
Compodoc 1.1.9 has a bug that fails to render source code blocks in Markdown files,
so for the moment better install compodoc 1.1.8.
See this issue for more info.
The generate-and-serve-documentation.sh executes the following command:compodoc -p tsconfig.json -s --assetsFolder images --includes additional-documentation-sources
.
For more info about compodoc, visit the Compodoc Usage page.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
.
The app will automatically reload if you change any of the source files.
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.
Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the
Angular CLI README.