Skip to content

Code of the deployment of the angular application of my TFG in Heroku

Notifications You must be signed in to change notification settings

enramir/App-Products-Angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AngularApp of my TFG in production deployed in Heroku Build Status

Instructions of deploy

Preparation of the application in visual code

-With $ npm install we install the dependencies in the node_modules / directory, for the node project you are working on.

-$ ng build allows you to do any preparation / build tasks required for your project, before it is used on another project.

Deployment to Heroku

-First we write $ heroku login

-Then we write $ heroku create app-products-angular

-And we type the following to associate git with Heroku $ heroku git: clone -a app-products-angular

-We add the changes $ git add .

-We write a representative message of the commit $ git commit -am " deployment app angular"

-Finally with this command we deploy our app to Heroku $ git push heroku master and happy code :)

Application URL

API documentation

About

Code of the deployment of the angular application of my TFG in Heroku

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published