<?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: sharma18526</title>
    <description>The latest articles on DEV Community by sharma18526 (@sharma18526).</description>
    <link>https://dev.to/sharma18526</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%2F320008%2F38cb60a0-a318-4d84-b9bd-491b227a9f4e.png</url>
      <title>DEV Community: sharma18526</title>
      <link>https://dev.to/sharma18526</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sharma18526"/>
    <language>en</language>
    <item>
      <title>How to Deploy through ZEIT NOW</title>
      <dc:creator>sharma18526</dc:creator>
      <pubDate>Sun, 19 Jan 2020 04:54:03 +0000</pubDate>
      <link>https://dev.to/sharma18526/how-to-deploy-through-zeit-now-33nn</link>
      <guid>https://dev.to/sharma18526/how-to-deploy-through-zeit-now-33nn</guid>
      <description>&lt;p&gt;ZEIT Now is a cloud platform for websites and serverless APIs(application program interface), that can be certainly be defined as the easiest way to deploy websites, regardless of what the requirements are. &lt;br&gt;
The main aim is  to make cloud computing accessible to everyone. It is a cloud platform for static sites and Serverless Functions which enables developers to host websites and web services that deploy instantly, scale automatically, and requires no supervision, all with no configuration.&lt;/p&gt;

&lt;h2&gt;
  
  
  This is how you get started :
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1) Use Quickstarts:&lt;/strong&gt; They let you get initiated speedily. Various quickstarts, paired with their guides and a deploy button are present on their website to help you get going with your project as quick as possible.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2) Deploy Project Locally:&lt;/strong&gt; If doing things manually is your way, then you can deploy with ZEIT Now over your terminal with any local project. &lt;br&gt;
&lt;strong&gt;i) Install Now CLI:&lt;/strong&gt; For deploying with ZEIT over your terminal, you’ll need to install Now CLI, a frequently updated, and open-source, command-line interface. You can get it from either npm or Yarn.&lt;br&gt;
&lt;strong&gt;ii) Create a project &amp;amp; deploy:&lt;/strong&gt; The alternate way is to create a new next.js application and move it into the directory and then deploy your app with a single command through your terminal. Once deployed, you will get a preview URL that is assigned on each deployment to share the latest changes under the same address.&lt;/p&gt;

&lt;p&gt;Any technology that can be served over HTTP and distributed through their CDN network can be deployed to ZEIT Now.&lt;/p&gt;

&lt;h3&gt;
  
  
  This includes:
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt; Static websites and static generators (React, Vue, Angular, etc)&lt;/li&gt;
&lt;li&gt; Code that renders HTML on the server-side.&lt;/li&gt;
&lt;li&gt; API endpoints that query databases or web APIs and return dynamic data&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This platform  makes serverless useful to you and to your team directly with the help  tools and workflows, that make the underlying cloud infrastructure useful, productive and configuration-free .&lt;/p&gt;

&lt;h3&gt;
  
  
  In practical terms, this means :
&lt;/h3&gt;

&lt;p&gt;ZEIT Now provides the framework to avoid re-writing and re-learning everything from scratch to take advantage of serverless today.&lt;br&gt;
You can deploy popular client-side frameworks (like Next.js, create-react-app, Vue), Node.js or Go APIs as a monorepo with nearly zero configuration. &lt;/p&gt;

&lt;p&gt;Moreover, they integrate directly with GitHub to deploy upon every push.&lt;br&gt;
All these features and facilities over ziet makes it the easiest way to deploy websites currently anywhere on the internet.  &lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;p&gt;Cloud platform for static websites and serverless functions.&lt;/p&gt;

&lt;p&gt;Enables web developers to host websites and web services&lt;br&gt;
 that deploy instantly, scale automatically, and requires no supervision, all with no configuration.&lt;/p&gt;

&lt;p&gt;Getting started just a few steps to get up and running with new projects in less than a minute. &lt;/p&gt;

&lt;p&gt;Using ZEIT Now, developers can deploy their website quickly, without having to manually configure DNS, SSL, CDN or hosting. &lt;/p&gt;

&lt;p&gt;Developers can integrate with their favourite tools, and bring the entire team of developers and designers closer together. It is a push-to-deploy platform which works with the developer’s web framework, integrates with GitHub and GitLab with Free Automatic SSL so as to avoid tedious renewals and DNS.&lt;/p&gt;

&lt;h2&gt;
  
  
  How  to deploy ?
&lt;/h2&gt;

&lt;p&gt;To deploy with ZEIT Now, a developer-only needs to install the Now CLI, a frequently updated and open-source command-line interface through the npm, the javascript package manager.&lt;br&gt;
 When a web application is ready to deploy, the only thing to do is running the “now” command which instantly deploys the web app and a preview URL is returned, that is assigned on each deployment .&lt;br&gt;
Once deployed, the projects can be assigned to a custom domain or specified name of one’s choice to give it a primary place to see the latest version of the application.&lt;/p&gt;

&lt;p&gt;Hence, ZEIT Now makes it a lot easier for developers to deploy their static web apps with zero configuration and full trust and security.&lt;/p&gt;

</description>
      <category>zeit</category>
      <category>deploy</category>
      <category>web</category>
      <category>hackcbs</category>
    </item>
  </channel>
</rss>
