SR - Client Commands

This is a webpage that explaines commands that is used in the terminal

Below is two tables, one for client commands and the other one is for explanation of some abbreviations used in development

This is a div in a div
Command = Explanation of command
cd ~ = Takes you back to starting directory
mkdir "directory name" = Creates a directory with the name of you choise
rmdir "directory name" = Removes a directory of your choise. Just be aware that it is a "hale mary"
touch "filename" (mac) = Creates a file with a name of your choise on a mac
echo > "filename" (my PC) = Creates a file with a name of your choise on a PC
rm "filename" = Removes the file of your choise. Just be aware that it is a "hale mary"
code . = Opens the directory in VS Code
start "the relative path to the file you want to open" = Opens the html file in a browser
Abbreviation = Explanation of abbreviation
HTML = Hyper Text Markup Language
CSS = Cascading Style Sheet
HTTP = Hypertext Transfer Protocol
URL = Universal Resource Locator
SSR = Serverside Rendering, Backend
CSR = Clientside rendering, Frontend, browser on local machine
MDN = Mozilla Developer Network