cancel
Showing results for 
Search instead for 
Did you mean: 

How to install PWA in Localhost ( xampp ) ?

How to install PWA in Localhost ( xampp ) ?

Hello,

 

As my research, I need Redis, varnish, and nodejs for PWA.

 

I have tried to install PWA by following steps.

1. C:/xampp/7220/php/php.exe composer.phar require scandipwa/installer - SuccessFully Done

2. C:/xampp/7220/php/php.exe -dmemory_limit=6G bin/magento scandipwa:theme:bootstrap Hkmagedev/pwa  - SuccessFully Done

3. C:/xampp/7220/php/php.exe -dmemory_limit=6G bin/magento setup:upgrade - Got Error

https://prnt.sc/rxtjqd 

 

I can't proceed further.

 

Thank you in advance!

 

 

2 REPLIES 2

Re: How to install PWA in Localhost ( xampp ) ?

Hi @Hiren_K_Patel 

You can get more info on Magento documentation.

https://devdocs.magento.com/guides/v2.3/pwa/

For more info on setup guideline, you can follow below links:

magento-pwa-guide/ 

pwa-setup-in-magento-2-3.html 

I hope it will help you!

Re: How to install PWA in Localhost ( xampp ) ?

Hello @Vimal Kumar 

 

Thank you for your reply.

 

I will check and update here on this.