<?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: Neeraj Sharma</title>
    <description>The latest articles on DEV Community by Neeraj Sharma (@nsharma1396).</description>
    <link>https://dev.to/nsharma1396</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%2F327288%2Fb2561eb6-15bb-4447-87b5-7dda6c1abbd3.png</url>
      <title>DEV Community: Neeraj Sharma</title>
      <link>https://dev.to/nsharma1396</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nsharma1396"/>
    <language>en</language>
    <item>
      <title>Kvell.js – Setup a production ready Node.js app with batteries included</title>
      <dc:creator>Neeraj Sharma</dc:creator>
      <pubDate>Tue, 09 Jun 2020 19:05:07 +0000</pubDate>
      <link>https://dev.to/nsharma1396/kvell-js-setup-a-production-ready-node-js-app-with-batteries-included-36di</link>
      <guid>https://dev.to/nsharma1396/kvell-js-setup-a-production-ready-node-js-app-with-batteries-included-36di</guid>
      <description>&lt;h1&gt;
  
  
  What is Kvell ?
&lt;/h1&gt;

&lt;p&gt;Kvell.js is a family of packages using which you can create Node.js applications with pre-defined configurations, a fixed application flow and a set of abstractions. It bootstraps the node application with a set of popularly used npm packages and provides a minimal setup environment so that the developer can focus directly on writing the essential parts of the application.&lt;/p&gt;

&lt;p&gt;Please visit &lt;a href="//kvelljs.now.sh"&gt;kvelljs.now.sh&lt;/a&gt; for the docs and other guides.&lt;br&gt;
The Github repository is available on &lt;a href="//github.com/nsharma1396/kvell"&gt;github.com/nsharma1396/kvell&lt;/a&gt;.&lt;/p&gt;

&lt;h1&gt;
  
  
  What does it do ?
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;Maintains a proper code standard.&lt;/li&gt;
&lt;li&gt;Abstracts out server configurations.&lt;/li&gt;
&lt;li&gt;Abstracts out database related configurations.&lt;/li&gt;
&lt;li&gt;Maintains a consistent top-level folder structure.&lt;/li&gt;
&lt;li&gt;Provides support for writing and viewing API documentations without any setups.&lt;/li&gt;
&lt;li&gt;Provides auto-template creation for routes and models.&lt;/li&gt;
&lt;li&gt;Does automatic git initialization (if possible) on project setup.&lt;/li&gt;
&lt;li&gt;Provides a very simple and basic logging mechanism.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Kvell takes inspiration from &lt;a href="//create-react-app.dev"&gt;create-react-app&lt;/a&gt; in it's implementation and shares some similarity with it's methodology and internal flow when it comes to how it works under the hood.&lt;/p&gt;

&lt;p&gt;This is my first attempt at building something for the community and I will be happy to know what you think about it!&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>javascript</category>
      <category>node</category>
    </item>
  </channel>
</rss>
