Skip to content

Instantly share code, notes, and snippets.

@sylphdesign
Last active August 29, 2015 14:02
Show Gist options
  • Save sylphdesign/c0577b51444dc851a3fd to your computer and use it in GitHub Desktop.
Save sylphdesign/c0577b51444dc851a3fd to your computer and use it in GitHub Desktop.
-------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)
@Deserae
Copy link

Deserae commented Jun 5, 2014

hi!

@jon49
Copy link

jon49 commented Jun 5, 2014

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