Skip to content

Instantly share code, notes, and snippets.

@jacobblock
Last active December 31, 2015 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacobblock/8033178 to your computer and use it in GitHub Desktop.
Save jacobblock/8033178 to your computer and use it in GitHub Desktop.
New JS project
git clone --depth=1 git://github.com/joshdmiller/ng-boilerplate mynewproject
cd mynewproject
rm -Rf .git *.md
git init
touch README.md
git add README.md
git commit -m "Init commit."

sudo npm -g install grunt-cli karma bower
sudo npm install
bower install
grunt watch
open build/index.html

Setting up vagrant for vm web development:

vagrant box add centos65-x86_64-20140116 https://github.com/2creatives/vagrant-centos/releases/download/v6.5.3/centos65-x86_64-20140116.box



install virtualbox

install vagrant

vagrant plugin install vagrant-hostsupdater cd ~/dev/web git clone git://github.com/Varying-Vagrant-Vagrants/VVV.git wp cd wp vagrant up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment