> git clone https://github.com/leapon/office-finder.git
> cd office-finder
> npm install
> npm start
Visit webapge at: http://localhost:8080/
node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --host 0.0.0.0 --port 9010
or
npm run start_pub_8090
webpack -p --config ./webpack.config.js
npm install -g http-server
http-server
pm2 start ./start --name officefinder
jest // test all js files under test subfolders
or
npm run test // test files under test/components
git config user.name $GIT_USER_NAME
git config user.email $GIT_USER_EMAIL
git config credential.helper 'cache --timeout=3600'
git config credential.helper store
git config --list