Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Google Cloud AI Services Quick Start Guide

You're reading from   Google Cloud AI Services Quick Start Guide Build intelligent applications with Google Cloud AI services

Arrow left icon
Product type Paperback
Published in May 2018
Publisher Packt
ISBN-13 9781788626613
Length 234 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Arvind Ravulavaru Arvind Ravulavaru
Author Profile Icon Arvind Ravulavaru
Arvind Ravulavaru
Arrow right icon
View More author details
Toc

Deploying to Heroku

This step is optional and you can do it if you are interested in deploying this application to Heroku. To continue with this section, you need to have set up a Heroku account and you need to have installed the Heroku Toolbelt.

  1. Once that is done, open a new Command Prompt or Terminal inside the smart-exchange-base folder and run the following command:
$ heroku login

This is your prompt for your Heroku credentials that you have signed up with.

  1. Once you are logged in, let's initialize a new git repository by using the following command:
$ git init
  1. Next, let's get our application ready for deployment. Run the following command:
$ npm run build
or
$ yarn build

This will run the required scripts to build the final dist folder, which will be deployed to Heroku. For everything to run smoothly on Heroku, we have added a file named Procfile that has the...

You have been reading a chapter from
Google Cloud AI Services Quick Start Guide
Published in: May 2018
Publisher: Packt
ISBN-13: 9781788626613
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime