Excerpt from the dreamingsheep template which is used as an example in my graduate thesis "Automatization in the Web Application Front End Implementation".
- Install Virtual Box.
- Install Vagrant.
- Clone the repo:
git clone https://github.com/talpitoo/dreamingsheep.git
. - Go to the newly created folder:
cd dreamingsheep
. - Start Vagrant:
vagrant up
. - SSH to the newly created virtual machine:
vagrant ssh
. - Go to the shared folder:
cd shared
. - Install project dependencies:
bower install
. - Build:
gulp
. - Find the generated website in the
/dist
folder. - Watch your changes:
gulp serve
. - Open localhost:9000 on your host machine.
- If anything goes wrong, find help on Stack Overflow.
Voilà!