Frameworks

From Wiki2
Revision as of 07:25, 10 October 2014 by Tim (talk | contribs)


js frameworks

angularJS

backbone

mongodb

node

meteor

ember

plan

use yeoman

   mkdir my-app
   cd my-app
   npm install generator-angular
   yo angular

in Gruntfile.js change connect: hsotname: from 'localhsot' to '10.0.1.24' so it will run on LAN

   grunt serve


rewrite stuff2get using angular

<syntaxhighlight lang="javascript">

   it('sends a timestamp to a sever every time you push a button', function() {});

</syntaxhighlight>