Skip to content

Instantly share code, notes, and snippets.

@benfoley
benfoley / install dragula for ionic2rc0.md
Last active October 10, 2016 03:41
Getting dragula to work with Ionic2 RC0

Getting dragula to work with Ionic2 RC0

Install Dragula

npm install dragula --save

Install Dragula typings

npm install @types/dragula --save
@benfoley
benfoley / Ionic2 Angular2 animations
Last active October 7, 2016 06:15
Ionic2 Angular2 animations
Start a new ionic 2 project
> https://ionicframework.com/docs/v2/cli/
```
ionic start animationTest --v2
```
Replace content in home files with below..
```
@benfoley
benfoley / Capistrano3 Unicorn Rbenv Ruby Nginx test app
Last active September 26, 2016 23:47
Config files for a Capistrano3 Unicorn Rbenv Ruby Nginx test app
Sample files for a basic Unicorn Capistrano3 setup - like something for DigitalOcean
Set up a user deploy, in new group deployers