Skip to content

acockrell/craigslist

 
 

Repository files navigation

craigslist

craigslist web app (Angular)

Serve ng App on port

ng serve --host 0.0.0.0

check app port

ipconfig

Google Maps - geocoding

https://developers.google.com/maps/documentation/geocoding/overview?csw=1#ReverseGeocoding

Setup FIrebase in angular app

  1. npm install firebase
  2. ng add @angular/fire
  3. add config in environment file
  4. import the angularFire module in app.module

deploy build with github-pages

https://efficientuser.com/2021/03/04/how-to-deploy-angular-app-on-github-pages-for-free/

ng deploy --base-href=REPO_NAME

About

craigslist web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 47.7%
  • TypeScript 41.4%
  • SCSS 9.8%
  • JavaScript 1.1%