Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avneesh0612/next-medusa-tailwind-template
This is a TailwindCSS, Next.js, medusa starter template. Feel free to use it, fork it and star it 🥳🙌
https://github.com/avneesh0612/next-medusa-tailwind-template
Last synced: about 1 month ago
JSON representation
This is a TailwindCSS, Next.js, medusa starter template. Feel free to use it, fork it and star it 🥳🙌
- Host: GitHub
- URL: https://github.com/avneesh0612/next-medusa-tailwind-template
- Owner: avneesh0612
- License: gpl-3.0
- Archived: true
- Created: 2022-01-05T08:35:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-07T05:50:51.000Z (almost 3 years ago)
- Last Synced: 2024-08-02T07:17:20.690Z (4 months ago)
- Language: JavaScript
- Homepage: https://blog.avneesh.tech/setup-e-commerce-white-medusa
- Size: 495 KB
- Stars: 18
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-medusajs - Next.js Medusa Tailwind starter
README
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](https://github.com/medusajs/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:
```shell
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.
```shell
yarn
```3. **Start developing.**
You are now ready to start up your project.
```shell
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**
- [Website](https://www.medusa-commerce.com/)
- [GitHub](https://github.com/medusajs)
- [Documentation](https://docs.medusa-commerce.com/)6. **Learn more about Next.js**
- [Documentation](https://nextjs.org/docs)