Skip to content

pocketstore-io/storefront

Repository files navigation

PocketStore.io - Storefront

Setup

Make sure to install the dependencies:

# npm
npm install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build
npx pm2 start ecosystem.config.cjs

# bun
bun run build
bun x pm2 start ecosystem.config.cjs

Available under localhost:4000 or your Domain

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •