Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Commit

Permalink
adding base package.json to root
Browse files Browse the repository at this point in the history
  • Loading branch information
morsh committed Jun 29, 2017
1 parent 7ff225c commit 48ade26
Show file tree
Hide file tree
Showing 3 changed files with 493 additions and 4,911 deletions.
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "ibex-dashboard",
"version": "0.1.0",
"private": true,
"dependencies": {
"npm-run-all": "^4.0.2"
},
"scripts": {
"start": "cd server && yarn start",
"start:client": "cd client && yarn start",
"start:server": "cd server && yarn start",
"start:dev": "npm-run-all -p start:client start:server",
"postinstall": "cd client && yarn && cd ../server && yarn"
}
}
Loading

0 comments on commit 48ade26

Please sign in to comment.