r4mz3r0.github.io

App Portfolio using Angular 9, Ionic 6, and Material Design

Testing

  1. The appllication is not night mode friendly on the safari browser
    • Fix: Update global css to update

      Running on visual studio code powershell

    • Set-ExecutionPolicy RemoteSigned

      Getting started

  2. Install node version manager and use the latests https://github.com/nvm-sh/nvm
  3. run npm install
  4. installing Ionic angular 1. npm install -g @ionic/cli native-run cordova-res
  5. installing angular npm install -g @angular/cli
  6. run ionic serve on root project directory

Updated firebase build

  1. npm install -g firebase-tools
  2. ionic build --prod
  3. firebase login
  4. firebase deploy

Hosting

Pushing to github

  1. git add .
  2. git commit -m “message”
  3. git push -u origin master

NVM

Installation may vary: https://update.angular.io/?v=11.0-13.0