After compiling code with parcel using the command parcel src/index.html
, all files are generated inside the dist folder. However, I am looking for a more organized way to manage these files once my website is complete. Ideally, I want separate folders such as an img
folder for images located in ./dist/img/...
, along with css and js folders inside the dist directory.
Is there a way to achieve a setup similar to what is shown in the second image?
https://i.stack.imgur.com/dEvvs.png https://i.stack.imgur.com/dD3qD.png