Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
SeedyROM committed Sep 26, 2019
0 parents commit a698214
Show file tree
Hide file tree
Showing 3 changed files with 586 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
17 changes: 17 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "lab4-peopledb",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "concurrently -p [{name}] -c bgBlue.bold,bgGreen.bold -n api,ui 'cd api && yarn start' 'cd ui && yarn start'",
"install": "concurrently -p [{name}] -c bgBlue.bold,bgGreen.bold -n api,ui 'cd api && yarn' 'cd ui && yarn'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"concurrently": "^4.1.2"
}
}
Loading

0 comments on commit a698214

Please sign in to comment.