Guest User

Untitled

a guest
Jul 21st, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. Web Project Folder Structure
  2.  
  3. | Project-Name
  4. \---| build/
  5. \---\---| resources/
  6. \---\---\---| static/
  7. \---\---\---\---| svg/
  8. \---\---\---\---| image/
  9. \---\---| assets/
  10. \---\---\---| html/
  11. \---\---\---| css/
  12. \---\---\---| js/
  13. \---\---| vendor/
  14. \---| source/
  15. \---\---| front/
  16. \---\---\---| pug/
  17. \---\---\---\---| head/
  18. \---\---\---\---| nav/
  19. \---\---\---\---| main/
  20. \---\---\---\---| footer/
  21. \---\---\---\---| index.pug
  22. \---\---\---| sass/
  23. \---\---\---\---| animations/
  24. \---\---\---\---| base/
  25. \---\---\---\---| components/
  26. \---\---\---\---| layout/
  27. \---\---\---\---| functions/
  28. \---\---\---\---| mixins/
  29. \---\---\---\---| utilities/
  30. \---\---\---\---| pages/
  31. \---\---\---\---| config.scss
  32. \---\---\---\---| main.scss
  33. \---\---\---| babel/
  34. \---\---\---\---| ...
  35. \---\---| back/
  36. \---\---\---| ...
  37. \---\---| data/
  38. \---\---\---| ...
  39. \---| gulpfile.js
  40. \---| package.js
  41. \---| .babelrc
  42. \---| .editorconfig
  43. \---| .gitignore
Add Comment
Please, Sign In to add comment