Project organization

Hello,

Ive been struggling with properly organizing my projects.

Is there a standard way of organizing projects? Or do I simply use a src & dist folder?

Organizing your projects really does depend on what type of technologies that you are using.

Vue will structure their project similar to this
https://vuejs-templates.github.io/webpack/structure.html

Dist is usually where all of your code will go once it has been processed and minified through webpack.

I usually just go with the layout of webpack since I use it quite frequently. Technically you can lay your project out however you would like. So long as it works for you.

1 Like

Got it thank you. Much appreciated!

1 Like

I created once an organization NGO that WAS great…