Run npm install
at first for install all the dependencies.
You need to properly change the next constants in order to run:
src/app/shared/constants/api-urls.constants.ts
src/app/shared/constants/api-keys.constants.ts
Run npm run compodoc
to create documentation provided by compodoc module, this will be stored in the documentation/
directory.
Navigate to http://localhost:4300/
to see it.
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 build
to build the project. The build artifacts will be stored in the public_html/
directory.
Use the -prod
flag for a production build.
The project has 3 languages: English, Español, Galego
.
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.
Open the .htaccess
file to see or change configurations for your Apache server.
This project was generated with Angular CLI version 6.0.
See the LICENSE file for license rights and limitations (MIT).