<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Pol</title>
    <description>The latest articles on DEV Community by Pol (@pol).</description>
    <link>https://dev.to/pol</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F14532%2Fe61e2675-3823-4432-b5c4-64ac75b30c46.jpeg</url>
      <title>DEV Community: Pol</title>
      <link>https://dev.to/pol</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pol"/>
    <language>en</language>
    <item>
      <title>Should I have my backend and my frontend in the same repo ?</title>
      <dc:creator>Pol</dc:creator>
      <pubDate>Fri, 29 May 2020 07:18:36 +0000</pubDate>
      <link>https://dev.to/pol/should-i-have-my-backend-and-my-frontend-in-the-same-repo-3o5i</link>
      <guid>https://dev.to/pol/should-i-have-my-backend-and-my-frontend-in-the-same-repo-3o5i</guid>
      <description>&lt;p&gt;Hi everyone,&lt;/p&gt;

&lt;p&gt;I used to develop my app with express and ejs. With this configuration, I don’t really have a front/back-end separation.&lt;/p&gt;

&lt;p&gt;I recently started learning React and with it the separation of the backend with my API, database, ... and the front-end with my react app.&lt;/p&gt;

&lt;p&gt;So, I was wondering, do I need to separate my backend repo and my frontend repo ? It seems kinda strange to do so because, most of the time, a new feature on my frontend means new changes on the backend.&lt;/p&gt;

&lt;p&gt;What should I do to &lt;em&gt;practically&lt;/em&gt; put both on the same repo ? Having tow sub folders ? And what about Heroku ? I can’t configure it to build a subfolder app.&lt;/p&gt;

&lt;p&gt;How are you managing that in your projects ?&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>webdev</category>
      <category>github</category>
    </item>
  </channel>
</rss>
