Trying to set up a full stack ecommerce website, but getting a bit confused when trying to move from local to webhosting
I am trying to create a basic ecommerce website. I have a frontend, for the actual website, an admin (separate) where one can add or remove/edit products, and a backend folder. I can run it locally using npm start and it works well and everything interacts with each other.
resolving file references using web/dev-server vs regular live server
What’s so special about @web/dev-server
?