personal is my personal website. It is developped thanks to my AngularJS kickstarter ngclient.
Install Vagrant and then:
$ cd personal
$ vagrant up
$ vagrant ssh
$ cd /vagrant
$ npm startFinally, go to http://localhost:9090/#/home.
Install Node.js and then:
$ cd personal
$ sudo npm -g install grunt-cli karma
$ npm install
$ grunt watchNow open file:///path/to/personal-folder/build/index.html in your browser.
Happy coding!