AmpersandJS / ampersand

Quickest way to get started with ampersand.
MIT License
812 stars 41 forks source link

Simplify example ampersand app #110

Open fyockm opened 9 years ago

fyockm commented 9 years ago

If it was simply state, collection, and view (similar to backbone), then it would be much easier to grok. You would also have to throw in browserify, but perhaps just leave it like that. browserify main.js -o www/bundle.js

Don't complicate with grunt/gulp - just use npm scripts, which are much less opinionated.

via @ben-eb

ben-eb commented 9 years ago

I forgot router. :smile:

prust commented 9 years ago

Don't complicate with grunt/gulp - just use npm scripts

+1

mark-hahn commented 9 years ago

I'm trying to start using & right now and I find the current example using the CLI ampersand to be useless. And it almost scared me away from trying &.