<?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: Surbhi gupta</title>
    <description>The latest articles on DEV Community by Surbhi gupta (@guptasurbhi01).</description>
    <link>https://dev.to/guptasurbhi01</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%2F315202%2F4147dd43-e53c-4cc3-acf0-351d11056e97.jpeg</url>
      <title>DEV Community: Surbhi gupta</title>
      <link>https://dev.to/guptasurbhi01</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/guptasurbhi01"/>
    <language>en</language>
    <item>
      <title>Deploying with ZEIT Now</title>
      <dc:creator>Surbhi gupta</dc:creator>
      <pubDate>Sun, 12 Jan 2020 08:00:43 +0000</pubDate>
      <link>https://dev.to/guptasurbhi01/deploying-with-zeit-now-470g</link>
      <guid>https://dev.to/guptasurbhi01/deploying-with-zeit-now-470g</guid>
      <description>&lt;p&gt;ZEIT Now can certainly be defined as the easiest way to deploy websites,&lt;br&gt;
regardless of what the requirements are. ZEIT Now aims to make cloud&lt;br&gt;
computing accessible to everyone. It is a cloud platform for static sites and server less functions which enables developers to host websites and web services that deploy instantly and scale automatically. It requires no&lt;br&gt;
supervision and configuration.&lt;/p&gt;

&lt;p&gt;The following steps will guide you to get initiated quickly:&lt;/p&gt;

&lt;p&gt;1) &lt;strong&gt;Use Quickstarts&lt;/strong&gt;: They let you begin swiftly. 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;2) &lt;strong&gt;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;/p&gt;

&lt;p&gt;i) &lt;strong&gt;Install Now CLI&lt;/strong&gt;: For deploying with ZEIT Now over your terminal, you need to install Now CLI, a frequently updated and open-source, command&lt;br&gt;
line interface. You can get it either from npm or Yarn.&lt;/p&gt;

&lt;p&gt;ii) &lt;strong&gt;Create a Project and Deploy&lt;/strong&gt;: The alternate way is to create a new&lt;br&gt;
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&lt;br&gt;
changes under the same address. Any technology that can be served over HTTP and conveyed through their through their CDN network can be deployed to ZEIT Now.&lt;/p&gt;

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

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

&lt;p&gt;ZEIT Now makes serverless valuable to you and to your team directly withtools and workflows, that make the basic cloud infrastructure useful,&lt;br&gt;
productive and configuration-free.&lt;/p&gt;

&lt;p&gt;In practical terms, this means:&lt;br&gt;
ZEIT Now provides the framework to avoid re-writing and re-learning&lt;br&gt;
everything from scratch without any preparation to exploit serverless today&lt;br&gt;
You can deploy popular client-side frameworks (like Next.js, create-react-&lt;br&gt;
app, Vue), Node.js or Go APIs as a monorepo with nearly zero&lt;br&gt;
configuration.&lt;br&gt;
In addition, they coordinate straightforwardly with GitHub to deploy upon&lt;br&gt;
each push. All these features and facilities make using ZEIT Now a&lt;br&gt;
seamless experience which also proves why it is said to be the easiest way&lt;br&gt;
to deploy websites currently anywhere on the internet.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Getting started with Zeit Now&lt;/strong&gt; is easy and takes just a few steps to get up and running with new projects in less than a minute.&lt;br&gt;
Using ZEIT Now, developers can deploy their website quickly, without&lt;br&gt;
having to manually configure DNS, SSL, CDN or hosting. Developers can&lt;br&gt;
integrate with their favorite 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;p&gt;&lt;strong&gt;How to Deploy with ZEIT Now?&lt;/strong&gt;&lt;/p&gt;

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