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 trial

JavaScript What is Create React App?

karan Badhwar
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
karan Badhwar
Web Development Techdegree Graduate 18,135 Points

Production vs Development app

I heard about development app or production app , what changes so as I do not have any knowledge about that will that be a completely different thing for me ? How should I change the things and what do I need to do with that?

1 Answer

Steven Parker
Steven Parker
229,657 Points

A "production app" is just one where all the work to create it is finished and it is ready to be used.

Steven Parker
Steven Parker
229,657 Points

I'm not sure what you mean by "convert things".

karan Badhwar
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
karan Badhwar
Web Development Techdegree Graduate 18,135 Points

hello sir Steven Parker , I mean the way we are creating the apps at the moment is it gonna be the same thing, coz I think we are making the apps in the Development Build , so how to we change the Development app to Production app? do we have to do something or it just remains the same?

Steven Parker
Steven Parker
229,657 Points

Typically a "development app" is one that is being created, and a "production app" is the same thing after it is finished and being used online.