-
Install Node.js and npm: Ensure you have Node.js and npm installed on your system. You can download and install them from nodejs.org.
-
Verify installation:
node –v
npm –v
-
Install Angular CLI globally using npm:
npm install -g @angular/cli
-
Verify the installation:
ng version
-
Clone the Repository: First, clone the project repository from GitHub to your local machine.
git clone https://github.com/walinabizada/angular-AUTH-functionality
cd angular-AUTH-functionality
-
Install Dependencies:
npm install
-
Serve the Application: After installing dependencies, you can serve the Angular application locally using the Angular CLI.
ng serve
-
Notifications
You must be signed in to change notification settings - Fork 0
walinabizada/angular-AUTH-functionality
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published