Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 238 Bytes

file-structure.md

File metadata and controls

21 lines (20 loc) · 238 Bytes

File Structure

/your-project-root
|-- /icons
|   |-- icon1.svg
|   |-- icon2.svg
|   |-- ...
|
|-- /styles
|   |-- main.css
|   |-- ...
|
|-- /scripts
|   |-- main.js
|   |-- ...
|
|-- index.html
|-- README.md
|-- LICENSE