Guest User

Untitled

a guest
Oct 18th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. root/
  2. ├── build/
  3. ├── src/
  4. │ ├── scripts/
  5. │ ├── assets/
  6. │ ├── app.js
  7. | ├── node_modules/
  8. | ├── build/
  9. ├── package.json
  10. ├── webpack.config.js
  11.  
  12. root/
  13. ├── app/
  14. ├── build/
  15. ├── dist/
  16. ├── src/
  17. │ ├── assets/
  18. | ├── build/
  19. | ├── node_modules/
  20. │ ├── scripts/
  21. │ ├── app.js
  22. ├── package.json
  23. ├── webpack.config.js
  24.  
  25. root/
  26. ├── assets/
  27. ├── css/
  28. ├── js/
  29. ├── node_modules/
  30. ├── index.html
  31. ├── main.js
  32. ├── package.json
  33. ├── (ect..)
Add Comment
Please, Sign In to add comment