Skip to content

Commit

Permalink
add-server-scripts
Browse files Browse the repository at this point in the history
relate #10
  • Loading branch information
ali-7 committed Apr 15, 2019
1 parent b04e4d3 commit 5a7414e
Show file tree
Hide file tree
Showing 2 changed files with 373 additions and 3 deletions.
363 changes: 363 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
"name": "commons",
"version": "1.0.0",
"description": "Repository for the Founders Program project \"Commons\". April 2019",
"main": "index.js",
"main": "app.js",
"scripts": {
"client:init": "cd client && npm i",
"client:build": "cd client && npm run build",
"test": "cd client && npm test",
"coverage": "cd client && npm run coverage:client"
"coverage": "cd client && npm run coverage:client",
"client": "cd client && npm run start",
"start": "NODE_ENV=production node server/app.js",
"heroku-postbuild": "cd client && npm install && npm run build"
},
"repository": {
"type": "git",
Expand All @@ -18,5 +21,9 @@
"bugs": {
"url": "https://github.com/founders-programme-2/commons/issues"
},
"homepage": "https://github.com/founders-programme-2/commons#readme"
"homepage": "https://github.com/founders-programme-2/commons#readme",
"dependencies": {
"express": "^4.16.4",
"express-favicon": "^2.0.1"
}
}

0 comments on commit 5a7414e

Please sign in to comment.