Is there any website that shows steps for different stacks to make a certain app (eCommerce)? For example for making an eCommerce in MERN Stack we have to follow these steps: A. Front End:
For example for making an eCommerce in MERN Stack we have to follow these steps:
Get design files in Figma/Sketch/PSD slice them into HTML
Choose a headless eCommerce platform that will handle checkout and order processing as well as deliver customer dashboard and all other necessary features, it can be self-hosted or SaaS
Choose engine that you will power your build through, it will be responsible for hosting and compilation of Storefront
Choose framework to implement the Storefront, React is popular because it's used by major players and ecommerce platforms like Shopify or BigCommerce but Next.js is also good choice.
Explore boilerplates, there are Gatsby connectors to popular platforms like Shopify or WooCommerce, there are middleware like B2storefront that offers cross-platform eCommerce boilerplate.
Put HTML markup into the boilerplate and setup build pipeline
Connect webhooks
Launch
Full disclosure I'm a founder of B2storefront