Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevtoni committed Feb 28, 2022
1 parent d333946 commit 619c6db
Show file tree
Hide file tree
Showing 121 changed files with 6,973 additions and 547 deletions.
1 change: 0 additions & 1 deletion .browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
last 1 Chrome version
last 1 Firefox version
last 2 Edge major versions
last 2 Safari major versions
last 2 iOS major versions
Firefox ESR
not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
"prefix": "app",
"style": "camelCase"
}
]
],

"@typescript-eslint/naming-convention": "off"
}
},
{
Expand Down
4 changes: 3 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "app:build"
"browserTarget": "app:build",
"port": 4200
},
"configurations": {
"production": {
Expand Down Expand Up @@ -171,6 +172,7 @@
}
},
"cli": {
"analytics": false,
"defaultCollection": "@ionic/angular-toolkit"
},
"schematics": {
Expand Down
9 changes: 9 additions & 0 deletions ios/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
App/build
App/Pods
App/Podfile.lock
App/App/public
DerivedData
xcuserdata

# Cordova plugins for Capacitor
capacitor-cordova-ios-plugins
Loading

0 comments on commit 619c6db

Please sign in to comment.