this simple script will create and open a new VS Code project with HTML, CSS and JS files with basic templtes as we learned in class.
make sure the "code" commend is avalible in your terminal. https://code.visualstudio.com/docs/setup/mac
- copy the script into the vsc folder.
- give it execute permissions, run: "chmod +x createProject.sh"
- run the script by typing: "./creatProject.sh"
- enter the desired folder name for the project.
this will open the new project and files in VSC.