Created Project Structure (markdown)
parent
745858dbce
commit
0d8653ad19
1 changed files with 14 additions and 0 deletions
14
Project-Structure.md
Normal file
14
Project-Structure.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
Structure
|
||||||
|
---
|
||||||
|
|
||||||
|
```text
|
||||||
|
hackmd/
|
||||||
|
├── tmp/ --- temporary files
|
||||||
|
├── docs/ --- document files
|
||||||
|
├── lib/ --- server libraries
|
||||||
|
└── public/ --- client files
|
||||||
|
├── css/ --- css styles
|
||||||
|
├── js/ --- js scripts
|
||||||
|
├── vendor/ --- vendor includes
|
||||||
|
└── views/ --- view templates
|
||||||
|
```
|
Loading…
Reference in a new issue