Files
postshop-frontend/README.md
2026-02-04 19:36:24 +05:00

180 B

cp .env.example .env

# Install packages
npm install

# Development
npm run dev

# Production
npm run build

# PM2
pm2 start "npm run preview" --name postshop-frontend