DEV Community

Cover image for Whats Medusa an introduction part 1
Norbert Fuhs
Norbert Fuhs

Posted on

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
Enter fullscreen mode Exit fullscreen mode

Create a new Medusa project:

medusa new my-medusa-store --seed
Enter fullscreen mode Exit fullscreen mode

Start you Medusa server:

cd my-medusa-store
medusa develop
Enter fullscreen mode Exit fullscreen mode

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.

Top comments (4)

Collapse
 
sebrindom profile image
Sebastian Rindom

πŸ’ͺ

Collapse
 
nicklasgellner profile image
Nicklas Gellner

Thanks for sharing! ✨

Collapse
 
shahednasser profile image
Shahed Nasser

Nice!

Collapse
 
niza profile image
Ebenezer Enietan (Niza) • Edited

nice... waiting for the next one