Skip to content

lisagorewitdecker/Angular2023-Angular2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular2023

Going Back to My Roots and Finding my Love of Angular Again! MEAN STACK

License

License

Installing

The source code can be found at https://github.com/lisagorewitdecker/Angular2023.git.

How to Clone/Initialize Repository

git clone

Create a Feature Branch and Push To It. You Can Do a Remote Commit With the Following:
git checkout main
git pull
git checkout -b your_feature_branch_goes_here
Make your edits

This Command Will Show You New Files and Confirm What Branch You're On:
git status

To See Files Which Have Been Modified or Changed Use the Command Below:
git diff

In Order to Add Files and Stage These Files for Commit:
git add "XYZ" for any new files, e.g. "XYZ".
You may also use the command:
git add .

To Commit:
git commit --all
git push origin your_feature_branch_goes_here

Then navigate to the pull requests page at github.com within the repository and choose New pull request in order to create a request to merge your feature branch into main.

When you are ready to Merge your feature branch into main, click the Merge button and let the github website perform the actual change to main. You can then close the source branch on github and delete your local branch with:
git checkout main && git pull && git branch -d your_feature_branch_goes_here

Try to make your feature branch as short and descriptive as you can be. If you have to refactor due to your change(s), create one feature branch for refactoring, another that will build on it.

Built With

Angular 15, Node v19.5.0, npm v9.3.1 and hopefully full MEAN

Versioning

1.0

Authors

Lisa Gorewit-Decker

License

License

About

To see Angular2023 project in process start at prj-start and look for iterations like prj-start-a, prj-start-b, etc until you see prj-final

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published