git clone https://github.com/G2H/base.git
cd base
sudo sh intialize.sh
npm install
bower install
grunt
using grunt
todo
gcloud compute instances create server-instance \
--zone europe-west1-c \
--machine-type f1-micro
sudo docker run -p 80:80 --name base-nginx \
-v $(pwd)/src/:/usr/share/nginx:ro \
-v $(pwd)/nginx/default.conf:/etc/nginx/conf.d/default.conf:ro \
-d nginx
docker exec -it base-nginx /bin/bash