Deploy React App on Google App Engine

Pubblicato il: 28 luglio 2021
sul canale di: Rethinking UI
17,318
269

Steps:
1. Create React App
2. Push React App to Git Repo
3. Create Google Account trail version
4. create a project
5. create appengine application
6. git clone project
7. npm i & npm run build
8. remove other files expect build folder
9. create app.yaml file and insert the content there
10. gcloud app deploy
11. gcloud app browse

Copy paste the app.yaml content
---------------------------------------------------------------------------
runtime: nodejs12
handlers:
Serve all static files with url ending with a file extension
url: /(.*\..+)$
static_files: build/\1
upload: build/(.*\..+)$
Catch all handler to index.html
url: /.*
static_files: build/index.html
upload: build/index.html
---------------------------------------------------------------------------

Please like, share and subscribe if you find the video useful.

Checkout the Playlists:

👉 FrontEnd JavaScript Interview Questions:    • #4 JavaScript Interview Questions | O...  
👉 JavaScript Tutorials:
   • Difference Between var, let & const  
👉 Essentials for Web developers:
   • How Does the Browser Cache Works?  
👉 React Hooks & Latest concepts:
   • Rules of Hooks In React | React Hooks  
👉 HTML Tutorials:
   • WebStorage APIs SessionStorage & Loca...  
👉 CSS Tutorials:
   • How Does CSS Work | The Engine of Web...  
👉 Coding Challenges:
   • Coding Challenge #5: Array Transforma...  
👉 Best Practices & Common mistakes:
   • Best Practices of Using IMPORT statement  
👉 React js for Beginners:
   • Why To Use JSX in Reactjs ?  
👉 Things To Know As JavaScript/FrontEnd Developer:
   • Things To Know As JavaScript Develope...  

LIKE | SHARE | SUBSCRIBE 😊
#javascript #reactjs #react #webdevelopment #frontenddevelopment #uidevelopment
#javascriptinterviewquestions #interviewquestions #codingchallenges

👇👇👇
Follow me on
Telegram: https://t.me/+HTxs0I-Jvu75RxWM
Instagram:   / rethinkingui  
Twitter:   / suresh9058  
LinkedIn:   / suresh-mende-a1a20459  


In questa pagina del sito puoi guardare il video online Deploy React App on Google App Engine della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Rethinking UI 28 luglio 2021, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 17,318 volte e gli è piaciuto 269 spettatori. Buona visione!