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
rustup-が-“error:-linker-`cc`-not-found”-で失敗-–-alpine-linux-317-(rust-1.66)

rustup が “error: linker `cc` not found” で失敗 – Alpine Linux 3.17 (Rust 1.66)

はじめに Alpine Linux では Rustup が パッケージ として提供されています。Rust もあります。 Docker で Alpine Linux 上に Rust の開発環境を構築しました。 そしてその過程においてですが、以下のようなエラーが発生しました。cargo プロジェクトを試験的に動かした時のことです:…
Read More