Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

This is a TailwindCSS, Next.js, medusa starter template. Feel free to use it, fork it and star it 🥳🙌

License

Notifications You must be signed in to change notification settings

avneesh0612/next-medusa-tailwind-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js

Medusa Next.js Tailwind Starter Template

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.

Quickstart

  1. Setting up the environment variables

    Navigate into your projects directory and get your enviroment variables ready:

    cd nextjs-starter-medusa/
    mv .env.template .env.local

    Add your Stripe API key to your .env.local

    NEXT_PUBLIC_STRIPE_KEY=pk_test_something
    
  2. Install dependencies

    Use Yarn to install all dependencies.

    yarn
  3. Start developing.

    You are now ready to start up your project.

    yarn dev
  4. Open the code and start customizing!

    Your site is now running at http://localhost:8000!

    Edit /pages/index.js to see your site update in real-time!

  5. Learn more about Medusa

  6. Learn more about Next.js

About

This is a TailwindCSS, Next.js, medusa starter template. Feel free to use it, fork it and star it 🥳🙌

Resources

License

Stars

Watchers

Forks