Overview¶
This is our developer docs about Magento PWA Studio. Our docs includes:
Install¶
-
Install Magento 2.3 Without Sample Data
- Install on Docker
- Document Magento
- Prerequisites: Php 7.1, Magento without sample data then Install Venia sample data.
- Install:
- Copy or create the deploy script: packages/venia-concept/deployVeniaSampleData.sh
- Execute the deploy script
bash deployVeniaSampleData.sh
- Install the sample data modules
bin/magento setup:upgrade
Research¶
- Scripts
-
Some library:
-
node-multispinner is a Node.js module for managing multiple progress indicators (spinners) in CLI apps.
-
Listen change in every file to restart Webpack Dev Server.
-
Portscanner can check a port, or range of ports, for 'open' or 'closed' statuses.
Random a port when start Webpack Dev Server.
-
-
PWA Buildpack
- Peregrine
- UPWARD
- Venia concept
Note¶
- Install PWA by docker on Server with RAM 2GB, you can be error . Solution is enable the swap
/bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=1024 /sbin/mkswap /var/swap.1 /sbin/swapon /var/swap.1
- Document sharing Magento 2.3 - PWA Studio