文件名称:react-docker-gcp:使用Docker打包并可部署到Google Cloud Provider的React应用
文件大小:190KB
文件格式:ZIP
更新时间:2024-06-15 14:39:42
JavaScript
在观看演示 入门 克隆项目: git clone https://github.com/dgonzo27/react-docker-gcp.git 导航到目录: cd react-docker-gcp 安装节点模块: npm install 在本地运行应用程序: npm start 构建docker镜像: docker build -t react-docker-gcp:latest . 运行docker镜像: docker run -p 8080:443 react-docker-gcp:latest 导航到浏览器中的URL: http://localhost:8080
【文件预览】:
react-docker-gcp-main
----nginx.conf(2KB)
----package.json(819B)
----.eslintcache(977B)
----Dockerfile(370B)
----package-lock.json(671KB)
----src()
--------App.css(564B)
--------index.js(500B)
--------reportWebVitals.js(362B)
--------logo.svg(3KB)
--------App.test.js(246B)
--------setupTests.js(241B)
--------App.js(505B)
--------index.css(366B)
----.gitignore(310B)
----.dockerignore(26B)
----public()
--------logo192.png(5KB)
--------manifest.json(492B)
--------robots.txt(67B)
--------index.html(2KB)
--------logo512.png(9KB)
--------favicon.ico(4KB)
----README.md(518B)