DEV Community

Discussion on: Where do you keep your code?

Collapse
 
dougmckechie profile image
Douglas McKechie

On my work laptop I am using Ubuntu so all my web projects live in sub directories of /var/www/

At home I run xampp on windows so all my web projects live in sub folders of C:/xampp/htdocs/

In both cases I can view the sites in my web browser as apache is set up to run them from there.

As for non-web projects such as desktop apps I just use the default location for visual studio projects.