Yeoman is like rails new for JS stack applications.
It can scaffold out a complete application from scratch so that you don't need to build all of the boilerplate code.
###Active Record
###Rails Views
Developers will be able to...
--help, man, and/or online resources.sudo and chmod commands.Use JavaScript, HTML, and CSS to build cross-platform desktop applications.
MVVM framework for JavaScript that includes client-side routing and other features of Angular, as well as some Rails-like functionality. (Quick Start Guide)
A library of Javascript functions that provides clean, performant methods for manipulating objects, arrays, numbers, strings, etc.
###Collaboration
###User Experience
| Learning Objectives |
|---|
| Students will be able to: |
| Revisit the MEAN stack and explain the role of each technology within that stack. |
| Give detailed account of the purpose of the different files and folders that make up a MEAN app. |
| Revisit Angular syntax and write examples of important built-in directives. |
| <!-- | |
| Woot! | |
| - Include an image | |
| - Use a table | |
| - Use at least three different styles (e.g. font-family, color, font-size, text-align). Bonus points if you use one that hasn't been explicitly discussed. Underlined text? Table border colors/thickness? Background colors? There are lots of possibilities. | |
| - Use at least two span tags. | |
| --> | |
| <DOCTYPE! html> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title> I am the Mermoose </title> | |
| </head> | |
| <body> | |
| <h1 style="text-align:center;color:blue">Mermoose</h1> | |
| <img src=http://mermoose.com/mermoose_medium.png> | |
| <h2>About Mermoose</h2> | |
| <p><a href="http://www.mermoose.com/">Mermoose</a> is a collaborative venture of Cory Fauver, Michael Groeneman, Jonathan Hillis, and Zach Wood-Doughty founded in April, 2014.</p> |