Frontend repository for the ISP Finder project. This project was generated with Angular CLI version 9.0.4.
- Node 8+
- npm
- Install requirements:
npm install --dev
- Configure
src/environments/common.ts
, it contains firebase settings and
contactAuthor : Email ID shown for reaching the author of the application
computeUrl : Use for sending form details for processing (like cloud function)
databaseUrl : Url for fetching content from database. (like realtime database)
- Build:
ng build --prod --base-href https://atb00ker.github.io/angular-isp-finder/
- Setup SEO About Page:
2.1 Copy
dist/isp-finder/index.html
->dist/isp-finder/about.html
2.2 Change Title of the page fromsrc/about.html
- Deploy:
ngh --dir dist/isp-finder/