Skip to content

Instantly share code, notes, and snippets.

View AhmadBaracat's full-sized avatar
🚀
Learning to create value...

Ahmad Baracat AhmadBaracat

🚀
Learning to create value...
View GitHub Profile
@AhmadBaracat
AhmadBaracat / gulpfile.js
Created February 12, 2016 09:31
Ionic 2 (v2) watching for file change in the app folder and move the files to www/build in order for liveReload to kick in
var gulp = require('gulp');
gulp.task('moveHtml', function() {
console.log('Moving html...');
gulp.src('app/**/*.html')
.pipe(gulp.dest('www/build'));
});
gulp.task('watch', function(){

Make it real

Ideas are cheap. Make a prototype, sketch a CLI session, draw a wireframe. Discuss around concrete examples, not hand-waving abstractions. Don't say you did something, provide a URL that proves it.

Ship it

Nothing is real until it's being used by a real user. This doesn't mean you make a prototype in the morning and blog about it in the evening. It means you find one person you believe your product will help and try to get them to use it.

Do it with style