Setel Mobile - MappingSystem/Tutorial-Buka-Toko GitHub Wiki
https://github.com/facebook/create-react-app
my-app
├── .gitignore
├── README.md
├── node_modules
├── package.json
├── public
│ ├── favicon.ico
│ ├── index.html
│ └── manifest.json
└── src
├── App.css
├── App.js
├── App.test.js
├── index.css
├── index.js
├── logo.svg
└── serviceWorker.js
Lihat fresh installation of laravel run composer install; npm install; npm install cross-env -D (read it from laravel/framework#18446); npm run dev <script></script>
Lihat
$ BACKEND_URL="https://product-dot-chetabahana.appspot.com"
$ export BACKEND_URL
$ cd ~ && rm -rf saleor-storefront
$ git clone https://github.com/mirumee/saleor-storefront.git && cd saleor-storefront
$ sudo apt-get install -y libpng12-dev
$ rm -rf node_modules
$ rm package-lock.json yarn.lock
$ npm cache clear --force
$ npm install cross-env -D
$ npm install webpack --save
$ npm run tslint
$ npm run build --prod
...
Child webapp-webpack-plugin:
1 asset
Entrypoint favicon.png = e4fd59d214d218045643
[0] ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":
"/home/circleci/app/node_modules/.cache/webapp-webpack-plugin"}!
./node_modules/webapp-webpack-plugin/src/loader.js?{"prefix":
"images/favicons/","options":{"appName":"Saleor","appDescription":
"Storefront for the Saleor e-commerce platform","display":"standalone",
"developerURL":null,"background":"#ddd","theme_color":"#333",
"version":"0.5.0","developerName":"Mirumee"},"path":"/"}!
./src/images/favicon.png 1.06 MiB {0} [built]
Persisting to Workspace
$ npm start
Lihat
- Konfigurasi File app.yaml
- Gunakan npm run deploy
#gcloud app deploy --version=v1-1
env: standard
service: mobnile
runtime: nodejs10
instance_class: F1
env_variables:
BACKEND_URL: 'https://product-dot-chetabahana.appspot.com'
handlers:
- url: /.*
script: auto
{"severity": "WARNING", "message": "Entrypoint "cross-env NODE_ENV=develop \
webpack-dev-server --history-api-fallback --watch --port 3000 --mode development" \
requires a shell program to be the parent process. This will make the program \
slower to start and may cause unexpected behavior when shutting down. \
To avoid this, remove any occurrences of "&", "|", ";", "=" in your command."}
events.js:174
Lihat:
- port 3000 package.json baris ke 100
- deploy react to gae
- Gunakan process.env.port
- nodejs8-standard-environment
- next.js
JSON
"start": "cross-env NODE_ENV=develop webpack-dev-server --history-api-fallback -\
-watch --port 3000 --mode development"