Built out API Functionality

This commit is contained in:
2018-07-02 17:49:59 +10:00
parent 7ef7ee6d35
commit aa532e0fc8
8 changed files with 429 additions and 8 deletions

View File

@@ -5,6 +5,7 @@
"main": "private/index.js",
"scripts": {
"serve": "webpack-serve --config ./webpack.config.js",
"watch": "nodemon --watch private private/index.js",
"test": "jest"
},
"repository": {
@@ -54,6 +55,7 @@
"webpack": "^4.14.0"
},
"devDependencies": {
"nodemon": "^1.17.5",
"react-hot-loader": "^4.3.3",
"webpack-dev-server": "^3.1.4"
}