Refresh install scripts

This commit is contained in:
Charles Bochet
2023-04-05 15:01:20 +02:00
parent eac43d1e64
commit dc28c97df6
7 changed files with 98 additions and 47 deletions

View File

@ -4,6 +4,7 @@
"description": "Open-source CRM",
"main": "index.js",
"scripts": {
"install-dev": "npm install && npm install --prefix server && npm install --prefix front",
"server": "npm start --prefix server",
"front": "npm start --prefix front",
"start": "concurrently \"npm run server\" \"npm run front\""