Loading…
Let's bring everything together! You'll create a complete project structure that a professional developer would use.
Create a project called portfolio with this structure:
portfolio/
├── .gitignore
├── README.md
├── src/
│ ├── index.html
│ └── css/
│ └── style.css
└── docs/
└── setup.md
.gitignore must contain node_modulesREADME.md must contain Portfolioindex.html must contain htmlUse mkdir -p for nested directories and echo with > for file content.
Loading terminal engine...
This may take a moment on first load