Deploy your Angular app to GitHub pages directly

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • child-demo

  • - git init - git add . - git commit -m "first commit" - git remote add origin https://github.com/bipon68/child-demo.git (git remote add origin https://github.com//.git) - git push -u origin master - npm install -g angular-cli-ghpages - ng build --prod --base-href="https://bipon68.github.io/child-demo/" (Note: copy all file in dist folder into child-demo project folder and paste(one level up)) ($ ng build --prod --base-href "https://.github.io//" ) - angular-cli-ghpages - Your project should be available at - https://.github.io/ (Sample example : https://bipon68.github.io/child-demo/)

  • angular-cli-ghpages

    🚀 Deploy your 🅰️Angular app to GitHub pages, Cloudflare Pages or any other Git repo directly from the Angular CLI! Available on NPM.

  • Reference angular cli ghpages, Upload angular Project github Pages

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Puts Debuggerer

    Ruby library for improved puts debugging, automatically displaying bonus useful information such as source line number and source code.

  • - git init - git add . - git commit -m "first commit" - git remote add origin https://github.com/bipon68/child-demo.git (git remote add origin https://github.com//.git) - git push -u origin master - npm install -g angular-cli-ghpages - ng build --prod --base-href="https://bipon68.github.io/child-demo/" (Note: copy all file in dist folder into child-demo project folder and paste(one level up)) ($ ng build --prod --base-href "https://.github.io//" ) - angular-cli-ghpages - Your project should be available at - https://.github.io/ (Sample example : https://bipon68.github.io/child-demo/)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts