Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 783 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 783 Bytes

Expe-logement

Travis (.org) branch

Project on housing to discover artificial intelligence.

Front-End development server

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.

Deploy on github pages

Run & push to github to deploy on github pages. We need to had a base href to this build. This is specific to gh-pages. (This version won't deploy properly on Google cloud).

ng build --prod --output-path ../docs --base-href /expe_logement/

Deploy on Google App Engine

First check you access to the GCP project.

ng build --prod --output-path ../nginx/www
gcloud app deploy nginx/app.yml