Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
January 26, 2023 12:32 pm GMT

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-storemedusa 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.


Original Link: https://dev.to/nfuhs/whats-medusa-an-introduction-part-1-3753

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To