eklem / life-index

Your digital life - searchable. Proof of concept
http://lab.klemespen.com
Other
2 stars 0 forks source link

Switch from norch-bootstrap to norch-angular-app to keep up with features #16

Closed eklem closed 8 years ago

eklem commented 9 years ago

Seems it's time to switch from norch-bootstrap to norch-angular-app. norch-bootstrap is a bit limiting, and all the fun, new features and maintenance of old features is happening over at norch-angular-app.

A little unsure if I should use norch-angular-app or something simpler. I need to get a single-page-app that will work with browserify in the end.

fergiemcdowall commented 9 years ago

Norch-bootstrap is definitely out

The angular app is also bit of a monster, although its a nicely organised monster with tests and bower.

I wonder if something based on react + browserify is the way forward..? I like the idea of going npm all the way for package management in the browser, and react seems to be lighter than angular, yet still has sufficient functionality.

But yes, definitely norch-angular-app instead of norch-bootstrap :)

eklem commented 9 years ago

Thanks. I'll test norch-angular-app quickly and then look into react + browserify. We need a lightweight solution that will work "out of the box" and have most of the shiny features =)

eklem commented 9 years ago

And life-index needs something that can run in the browser.

eklem commented 8 years ago

And it's working!