Skip to content

vcjpierre/vendure-ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

212 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-shop

A full-stack e-commerce application built with Vendure and Next.js.

Project Structure

This is a monorepo using npm workspaces:

vendure-ecommerce/
├── apps/
│   ├── server/       # Vendure backend (GraphQL API, Admin Dashboard)
│   └── storefront/   # Next.js frontend
└── package.json      # Root workspace configuration

Getting Started

Development

Start both the server and storefront in development mode:

npm run dev

Or run them individually:

# Start only the server
npm run dev:server

# Start only the storefront
npm run dev:storefront

Access Points

Admin Credentials

Use these credentials to log in to the Vendure Dashboard:

  • Username: superadmin
  • Password: superadmin

Production Build

Build all packages:

npm run build

Start the production server:

npm run start

Learn More

About

A headless eCommerce for the modern web.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors