Deploy React App on Google App Engine

Опубликовано: 28 Июль 2021
на канале: 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  


На этой странице сайта вы можете посмотреть видео онлайн Deploy React App on Google App Engine длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Rethinking UI 28 Июль 2021, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 17,318 раз и оно понравилось 269 зрителям. Приятного просмотра!