Create webapp directory
How to create webapp directory
- This will be the working directory of your web application.
mkdir webapp && cd webapp
- Open vscode editor from the working directory
code .
How to create webapp directory
mkdir webapp && cd webapp
code .