Add npm run script

main
Alex 12 months ago
parent e923f892f3
commit ee621003c2

@ -0,0 +1,10 @@
HowTo run/start development:
1. Ensure Laravel server is running:
-> docker compose up -d
2. run start_development.sh scrip via service:
systemctl enable mtc_npm.service
3. after coding disable service:
systemctl disable mtc_npm.service

@ -0,0 +1,4 @@
#!/bin/bash
docker compose run --rm --service-ports npm_mtc run dev
Loading…
Cancel
Save