<?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: Raphael Hetherington</title>
    <description>The latest articles on DEV Community by Raphael Hetherington (@raph90).</description>
    <link>https://dev.to/raph90</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%2F284958%2F8dd4c7c3-4667-49e0-8b6c-b85149f32b23.jpeg</url>
      <title>DEV Community: Raphael Hetherington</title>
      <link>https://dev.to/raph90</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/raph90"/>
    <language>en</language>
    <item>
      <title>How would you make a fullstack app without a frontend framework?</title>
      <dc:creator>Raphael Hetherington</dc:creator>
      <pubDate>Tue, 03 Dec 2019 21:24:31 +0000</pubDate>
      <link>https://dev.to/raph90/how-would-you-make-a-fullstack-app-without-a-frontend-framework-41e6</link>
      <guid>https://dev.to/raph90/how-would-you-make-a-fullstack-app-without-a-frontend-framework-41e6</guid>
      <description>&lt;p&gt;Hi guys,&lt;/p&gt;

&lt;p&gt;I've got some questions that I really hope someone here might be able to help me with.&lt;/p&gt;

&lt;p&gt;I'm trying to create a streamlined workflow for building a full-stack node app. I'd like to bundle my front-end assets with webpack, and then have Express serve those assets with a template engine (Pug or EJS). It would be great to also put those statics assets in a folder that can then be served by Nginx. My issue is that I often see index.html files in the frontend folder being bundled by webpack along with the static files. I'm assuming this is because it's for static sites, rather than web applications...but I might be wrong.&lt;/p&gt;

&lt;p&gt;So my questions are these:&lt;/p&gt;

&lt;p&gt;What is the right way to structure a fullstack app without a front-end framework, with webpack, where you use a template engine to render your html?&lt;/p&gt;

&lt;p&gt;Should my views folder be inside my server folder? Or should it be inside the frontend folder?&lt;/p&gt;

&lt;p&gt;OR&lt;/p&gt;

&lt;p&gt;Am I completely missing the point? &lt;/p&gt;

&lt;p&gt;I've being doing web dev for quite a long time but I've never got my head round this, so I'd really appreciate any help.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>node</category>
      <category>javascript</category>
      <category>vanilla</category>
    </item>
  </channel>
</rss>
