What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Has anyone started their B2C site development by making

U01FWMEHHPX
U01FWMEHHPX Posts: 17 🧑🏻‍🚀 - Cadet
edited December 2020 in Slack General

Has anyone started their B2C site development by making GitHub - spryker-shop/b2c-demo-shop: Spryker B2C Demo Shop based on the Spryker Commerce OS demo app their master branch and evolving from there? Was that a good path for you? (I like the idea of starting with a working piece of software, but would love to hear real experience of anyone).

Comments

  • Andriy Netseplyayev
    Andriy Netseplyayev Sprykee Posts: 519 🧑🏻‍🚀 - Cadet
    edited December 2020

    Hi Brian! Yes, that’s quite a regular approach: create empty repo for your project; clone a demoshop (b2b/b2c); change the origin from spryker to your repo; do initial commit

  • Andriy Netseplyayev
    Andriy Netseplyayev Sprykee Posts: 519 🧑🏻‍🚀 - Cadet

    as next, you can configure your config files - f.e. deploy.yml files (if you use docker/sdk), remove unused stores, correct the README so that other devs can install the project based on your instructions.

  • Andriy Netseplyayev
    Andriy Netseplyayev Sprykee Posts: 519 🧑🏻‍🚀 - Cadet
    edited December 2020

    that’s something I would call an initial effort 👍

  • U01FWMEHHPX
    U01FWMEHHPX Posts: 17 🧑🏻‍🚀 - Cadet

    Thank you Andriy!

  • Ahmed Sabaa
    Ahmed Sabaa Senior Application Architect @Spryker Posts: 54 🧑🏻‍🚀 - Cadet

    Keep in mind that following that approach will require deep understanding of already wired features in b2c shop, so if your shop requires less features or specific things need to be removed, it will have to be done manually. But overall it’s a common approach yes.