Files
postshop-frontend/README.md

178 B

cp .env.example .env

# Install packages
npm install

# Development
npm run dev

# Production
npm run build

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