Setup Hasura locally

This commit is contained in:
Charles Bochet
2023-04-12 15:08:27 +02:00
parent c63b7df25d
commit 93fb5896b8
10 changed files with 83 additions and 581 deletions

View File

@ -3,15 +3,7 @@
"version": "1.0.0",
"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\""
},
"scripts": {},
"author": "Charles Bochet",
"license": "ISC",
"devDependencies": {
"concurrently": "^7.6.0"
}
"license": "ISC"
}