Last active
August 29, 2015 14:02
-
-
Save sylphdesign/c0577b51444dc851a3fd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-------Frameworks------ | |
EmberJS | |
AngularJS | |
React | |
Flight | |
BackboneJS / UnderscoreJS <- Use lodash instead of underscore | |
-------Build Tools----- | |
GruntJS | |
GulpJS <- USE THIS | |
Brocoli | |
GUI | |
------Testing Tools---- | |
Jasmine | |
Mocha | |
Qunit | |
Karma | |
Phantom | |
---Front-end setups---- | |
* Backbone+lodash+Mocha | |
* AngularJS+Karma | |
* EmberJS+Qunit | |
* ReactJS+??? | |
*Ionic+AngularJS | |
---Front-end HTML/CSS Frameworks ----- | |
Bootstrap | |
Foundation | |
Semantic-UI.com | |
Skeleton | |
--- Graphing Library ---- | |
https://cytoscape.github.io/cytoscape.js/ (works well with AngularJS) |
I compared the lines of code of Angular.js Todo and came up with 185 lines (sloc - comments) and compared it to Mithril.js Todo and came up with 186 lines (sloc - comments). It looked liked Mithril's could be refactored and made with even less code (maybe a few lines just from a quick look). The lines of code included HTML/JS files.
I looked at that just because someone mentioned that you could do an Angular implementation of TodoMVC with very few lines. And thought everybody might be interested.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi!