saleor / saleor-storefront

A GraphQL-powered, NextJs-based, PWA storefront for Saleor. IMPORTANT: This project is [DEPRECATED] in favor of saleor/react-storefront soon to become our default demo and storefront starter pack.
https://demo.saleor.io/
BSD 3-Clause "New" or "Revised" License
769 stars 672 forks source link

Django Saleor NPM Start Log #995

Closed sonik2706 closed 3 years ago

sonik2706 commented 3 years ago

I can not access my website via browser. I'm not sure if "npm start" is working properly. I am running my saleor server in the back on 0.0.0.0:8000. I have also attached my package.json sc down below.

image

image

Operating system: Linux Ubuntu 18.04

pgiki commented 3 years ago

"npm start" takes some time to run the application. You may have to wait until you see the message "event - compiled successfully" for your application to be accessible on the port.

sonik2706 commented 3 years ago

Thanks, I'll wait.