r4mz3r0.github.io
App Portfolio using Angular 9, Ionic 6, and Material Design
Testing
- 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
- Install node version manager and use the latests https://github.com/nvm-sh/nvm
- run
npm install
- installing Ionic angular
1. npm install -g @ionic/cli native-run cordova-res
- installing angular
npm install -g @angular/cli
- run
ionic serve
on root project directory
Updated firebase build
npm install -g firebase-tools
ionic build --prod
firebase login
firebase deploy
Hosting
- https://portfolio-app-2741b.web.app/
Pushing to github
- git add .
- git commit -m “message”
- git push -u origin master
NVM
Installation may vary: https://update.angular.io/?v=11.0-13.0
- Node.js: v14.15.0
- NPM: 6.14.8
- Angular 13:
npx @angular/cli@13 update @angular/core@13 @angular/cli@13
Note: It’s broken :(