Create pages for front end using generic name

This commit is contained in:
2016-12-22 16:26:56 -07:00
parent dd1e32ba0b
commit 8a6d3c0f11
9 changed files with 191 additions and 13 deletions
+5 -3
View File
@@ -4,7 +4,7 @@
"description": "",
"scripts": {
"dev": "node serverdev.js",
"build": "webpack --config ./webpack.production.config.js --progress --profile --colors",
"build": "webpack --config ./webpack.production.config.js --progress --profile --colors",
"start": "npm run build && node server.js",
"lint": "eslint src"
},
@@ -20,9 +20,11 @@
"webpack-dev-server": "^1.8.2"
},
"dependencies": {
"body-parser": "^1.15.2",
"body-parser": "^1.15.2",
"freezer-js": "^0.6.0",
"react": "^0.13.0",
"react-router": "^0.13.3"
"react-router": "^0.13.3",
"shortid": "^2.2.6",
"socket.io": "^1.7.2"
}
}