Whats Medusa an introduction part 1

whats-medusa-an-introduction-part-1

In this short blogpost you’ll learn about Medusajs the opensource Shopify alternative.

Medusa is based on Node.js and the web framework Express medusajs is hosted on GitHub and written in TypeScript.

Medusa itself is based on three components:

Medusa Server
Admin dashboard
Storefront

Image description

Howto install Medusa?

Medusa provide a quickstart method to install a Medusa server which assumed you have Node.js and Git installed on your system.

First we install the Medusa-CLI:

npm install @medusajs/medusa-cli -g

Create a new Medusa project:

medusa new my-medusa-store --seed

Start you Medusa server:

cd my-medusa-store
medusa develop

That’s all we need todo to run our Medusa server locally.
Medusa provides different storefronts which are based on Gatsby or Next.js we’ll cover in later parts howto setup a storefrontend.

Thats all for now if you liked the blogpost you can comment below or follow me on Twitter

Stay tuned for part 2.

Total
0
Shares
Leave a Reply

Your email address will not be published. Required fields are marked *

Previous Post
intro-to-matplotlib-in-python,-part1-plot().

Intro to Matplotlib in Python, Part1-plot().

Next Post
strengthen-your-product-marketing-knowledge-with-the-product-marketing-core:-two-day-in-person-workshop|-chicago-|-june-7-–-8,-2023

Strengthen your product marketing knowledge with the Product Marketing Core: Two-day in-person workshop| Chicago | June 7 – 8, 2023

Related Posts