npm install #node version 7x
- open wp.cfg/webpack.config.debug.babel
- Change proxy ip
proxy: {
'/dr/*': {
target: 'http://10.0.0.57:5000', // change this line
secure: false,
changeOrigin: true
}
}
- go to https://developers.google.com/maps/documentation/javascript/libraries, click 'YOURKEY' to get a KEY
- search "APIKEY" in the source code and replace all search results with your key
npm start
localhost:8089