180 B
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
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