This project was generated with Angular CLI version 13.2.6
git clone https://github.com/marcode24/smart-dental-frontend
cd smart-dental-frontend
Install the npm
packages described in the package.json
and verify that it works.
npm install
ng serve -o
Shut it down manually with Ctrl+C
Name | URL | PORT |
---|---|---|
Localhost | localhost | 4200 |
Production | www.domain.com |
.
βββ src
β βββ app # Source code application
β β βββ auth # Module for auth feature
β β βββ core # Module as Singleton
β β β βββ components
β β β βββ enums
β β β βββ guards
β β β βββ interceptors
β β β βββ interfaces
β β β βββ models
β β β βββ services
β β β βββ utils
β β βββ features # Module for features which compose the application
β β βββ shared # Module for components shared between application modules
β β β βββ components
β βββ assets # Styles, images, icons, fonts etc
β βββ environments # Config by environment (localhost and production)
β βββ styles # Global styles
βββ README.md