Skip to content

Project on housing to discover artificial intelligence

License

Notifications You must be signed in to change notification settings

naonedia/expe_logement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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