Medusa is an open-source headless commerce engine that enables developers to create amazing digital commerce experiences.
Prerequisites: To use the starter you should have a Medusa server running locally on port 9000. Check out medusa-starter-default for a quick setup.
-
Clone this repository
Clone this repository by running the following command
git clone https://github.com/carpad88/nuxtjs-starter-medusa.git nuxtjs-storefront
-
Install dependencies
Use Yarn to install all dependencies.
yarn
-
Start developing.
You are now ready to start up your project.
yarn dev
-
Open the code and start customizing!
Your site is now running at http://localhost:3333!
Edit
/pages/index.js
to see your site update in real-time! -
Learn more about Medusa
- Learn more about Nuxt.js