setup docker containers

This commit is contained in:
Lorenzo Iovino 2019-11-05 10:16:39 +01:00
parent 3274d47c94
commit 13d9a24d63
22 changed files with 1593 additions and 745 deletions

View file

@ -12,11 +12,13 @@
"rxjs-compat": "^6.4.0"
},
"devDependencies": {
"browserify": "^16.5.0",
"typescript": "^3.4.2",
"typescript-eslint-parser": "^22.0.0"
},
"scripts": {
"build": "./node_modules/.bin/tsc && browserify ./dist/main.js > ./dist/bundle.js"
"build": "./node_modules/.bin/tsc && ./node_modules/.bin/browserify ./dist/DataGatherer/src/main.js > ./dist/bundle.js",
"build:prod": "./node_modules/.bin/tsc && ./node_modules/.bin/browserify ./dist/DataGatherer/src/main.js > ./dist/bundle.js && cp ./src/index.prod.html ./dist/index.html"
},
"author": "",
"license": "ISC"