aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHsuan Lee <hsuan@cobinhood.com>2018-12-15 11:42:16 +0800
committerHsuan Lee <hsuan@cobinhood.com>2018-12-15 11:42:16 +0800
commit0b646f8aa064014f8d9fa5e62002c71ce40005f9 (patch)
treec55502a4f9c675d1fb290fa47f5d9c77662a338f
parent2afd05149b681f92b17eb252c37688293140071b (diff)
downloaddexon-lottery-0b646f8aa064014f8d9fa5e62002c71ce40005f9.tar
dexon-lottery-0b646f8aa064014f8d9fa5e62002c71ce40005f9.tar.gz
dexon-lottery-0b646f8aa064014f8d9fa5e62002c71ce40005f9.tar.bz2
dexon-lottery-0b646f8aa064014f8d9fa5e62002c71ce40005f9.tar.lz
dexon-lottery-0b646f8aa064014f8d9fa5e62002c71ce40005f9.tar.xz
dexon-lottery-0b646f8aa064014f8d9fa5e62002c71ce40005f9.tar.zst
dexon-lottery-0b646f8aa064014f8d9fa5e62002c71ce40005f9.zip
Set port 8080
-rw-r--r--app/README.md2
-rw-r--r--app/webpack.config.js1
2 files changed, 2 insertions, 1 deletions
diff --git a/app/README.md b/app/README.md
index 15cba14..3ef0a85 100644
--- a/app/README.md
+++ b/app/README.md
@@ -16,7 +16,7 @@ todo:
- make faster build (happypack or thread-loader)
## Development
-`npm run dev` and go to: http://localhost:3000
+`npm run dev` and go to: http://localhost:8080
## Production build
`npm run build`
diff --git a/app/webpack.config.js b/app/webpack.config.js
index ee114e2..3f33ec9 100644
--- a/app/webpack.config.js
+++ b/app/webpack.config.js
@@ -160,6 +160,7 @@ module.exports = (env, options) => {
performance: true,
warnings: true,
},
+ port: 8080
/*
proxy: {
"/api": {