Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialKate Moore
22,916 PointsIs it better to work on wordpress locally than a dev site?
I have dev1.example.com set up with a 1 click wordpress install. Can I do my practice here and skip all of the local wordpress setup? Is there an advantage to working locally as opposed to creating multiple dev sites to work on projects? Will I still have access to download all of the wordpress files?
1 Answer
Kevin Korte
28,149 PointsIMO a local dev is easier because you don't have to constantly be FTP'ing files to a dev server. Instead the files are just read locally. Usually I build locally, and than when I want to do some testing on multiple devices, networks, etc I'll upload to a dev site and test, and than finally to a production server.