<?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: joynathbarman</title>
    <description>The latest articles on DEV Community by joynathbarman (@joynathbarman).</description>
    <link>https://dev.to/joynathbarman</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%2F879511%2F57957a47-0f11-4fd7-80c1-915fbf58e731.png</url>
      <title>DEV Community: joynathbarman</title>
      <link>https://dev.to/joynathbarman</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/joynathbarman"/>
    <language>en</language>
    <item>
      <title>Deployee Angular 13 on Node server</title>
      <dc:creator>joynathbarman</dc:creator>
      <pubDate>Sun, 19 Jun 2022 17:05:19 +0000</pubDate>
      <link>https://dev.to/joynathbarman/deployee-angular-13-to-node-server-51ap</link>
      <guid>https://dev.to/joynathbarman/deployee-angular-13-to-node-server-51ap</guid>
      <description>&lt;p&gt;Hey everyone i am a beginner in angular, recently i created a angular application and i want to deployee it into a node server, so the deployment the steps i followed-&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;done production build with ng build
the created a node server.js file on the same dir with express and added the following code
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;const express = require('express')
const app = express()
const port = 3000
app.use('/',express.static("dist/my-app"));
app.listen(port, () =&amp;gt; {
  console.log(`Example app listening on port ${port}`)
})
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;but i am getting 404 errors for all the js files. Please suggest me where am i doing wrong.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--_PaFenAr--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hulqr394kx0y0oeqxx95.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--_PaFenAr--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hulqr394kx0y0oeqxx95.png" alt="Image description" width="880" height="352"&gt;&lt;/a&gt;&lt;/p&gt;

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