https://github.com/moovweb/nextjs-commerce-template
https://github.com/moovweb/nextjs-commerce-template
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/moovweb/nextjs-commerce-template
- Owner: moovweb
- License: mit
- Created: 2021-04-09T19:01:07.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-09T20:57:52.000Z (about 5 years ago)
- Last Synced: 2025-04-14T13:17:13.301Z (about 1 year ago)
- Language: TypeScript
- Size: 975 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
- Roadmap: docs/ROADMAP.md
Awesome Lists containing this project
README
# Next.js Commerce
The all-in-one starter kit for high-performance e-commerce sites. With a few clicks, Next.js developers can clone, deploy and fully customize their own store.
Start right now at [nextjs.org/commerce](https://nextjs.org/commerce)
Demo live on the [Moovweb XDN](https://moovweb-docs-nextjs-commerce-default.moovweb-edge.io/)
This project is currently under development.
## Goals and Features
- Performant by default
- SEO Ready
- Internationalization
- Responsive
- UI Components
- Theming
- Standardized Data Hooks
- Integrations - Integrate seamlessly with the most common ecommerce platforms.
- Dark Mode Support
## Running Locally
```
yarn install
xdn run
```
## Deploying to Moovweb XDN
First, sign up for a free account on the [Moovweb XDN](https://moovweb.app/signup)
Then run the following to deploy your site:
```
xdn deploy --team=
```