<- Tech Stack - > < - Features - > < - Getting Started - > < - License ->
- Angular (v11)
- Material
- Google-Maps (wrapper component for Google Maps JavaScript API)
- Bootstrap
- Firebase (Hosting with GitHub CI)
- GitHub Actions
- Registration and Signin
- Manage Personal Reservations
- View, Edit, Add, and Cancel
- Change Password
- Inherit all Trainer Permissions
- Resolve New User Requests
- Manage Locations
- Inspect, Add, Edit, and Delete
-
NOTE: don't forget to cd into your preferred folder, the project will be cloned into a new folder (named 'af-client' by default) inside the current directory ... adding localname is optional
HTTPS Method
git clone https://github.com/Batch-944-Adam-Ranieri/af-client.git <localname>
SSH Method
git clone git@github.com:Batch-944-Adam-Ranieri/af-client.git <localname>
GitHub CLI Method
gh repo clone Batch-944-Adam-Ranieri/af-client <localname>
-
# as of 04.13.21, Node.js -> LTS v14.16.1, Current v15.14.0 node -v # v15.8.0 # as of 04.13.21, npm installed with node.js lts -> v6.14.12, Current v7.7.6 npm -v # 7.8.0
# note: project folder name will be af-client by default cd localname && npm i
-
# as of 04.13.21, Angular CLI 11.2.8 ng --version # sample response below ... # Angular CLI: 11.2.3 # Node: 15.8.0 # OS: darwin x64 # Angular: # ... # Ivy Workspace: # Package Version # ------------------------------------------------------ # @angular-devkit/architect 0.1102.3 (cli-only) # @angular-devkit/core 11.2.3 (cli-only) # @angular-devkit/schematics 11.2.3 (cli-only) # @schematics/angular 11.2.3 (cli-only) # @schematics/update 0.1102.3 (cli-only)
# install with NPM npm i -g @angular/cli@latest
running older version? -> Updating Angular CLI
Installation Help? -> Installation Guide
-
ng s -o # or use ng serve --open
NOTE: if you installed the latest version of the CLI you may receive a warning, you can ignore for now, this because our global CLI version is newer than the local one used for the project, it will automatically default to the local version but you'll continue to see the error until you either update the local version or disable the warning
By default, this project uses the MIT License