8000 GitHub - enramir/App-Products-React: Code of the deployment of the react application of my TFG in Heroku
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Notifications You must be signed in to change notification settings

enramir/App-Products-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactApp 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.

-$ npm run 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-react

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

-We add the changes $ git add .

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

-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 react application of my TFG in Heroku

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0