Vagrant/Ansible starter kit that contains node, gulp, bower
-
Install Ansible
brew install ansible
-
run
vagrant up --provision
fromcrystal-maiden/vagrant
directory.- This may take some long the first time its run.
-
Connect to the vagrant machine:
vagrant ssh
-
Fire up the gulp process
cd src
gulp
-
Hit: http://localhost:3000/ in your browser to see everything installed correctly.
-
Start the vagrant instance again
vagrant up
fromcrystal-maiden/vagrant
-
Connect to the vagrant machine:
vagrant ssh
- The code is shared between local and the vagrant instance, you can edit code normally on your host machine and the server will restart automatically when code changes are detected
├─┬ default
│ └── watch
├─┬ browserSync
│ └── build
├── build
├── clean
├── extras
├── images
├── scripts
├── scss
├── html
├─┬ watch
│ └── browserSync
└── usemin