187 B
187 B
cp .env.example .env
# Install packages
npm install
# Development
npm run dev
# Production
npm run build
# PM2
pm2 start "npm run start" --name smart-electronics-frontend
cp .env.example .env
# Install packages
npm install
# Development
npm run dev
# Production
npm run build
# PM2
pm2 start "npm run start" --name smart-electronics-frontend