GitXplorerGitXplorer
j

Learn-MEAN

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
ec05be4805abd5ef8ad61e1a673decdd8f49850e

delete metadata

jjakesylvestre committed 10 years ago
Unverified
1fd0ff2f9341d69197a95001eabb80ee7b873ce4

Setup Server on port 3300

jjakesylvestre committed 10 years ago
Unverified
23d56199d6946708e04a8c0a6c77616a2e104aa7

add jade/port

jjakesylvestre committed 10 years ago
Unverified
a722ab93362f68803a49cb573fa306b7b24bb279

add bower/setup npm

jjakesylvestre committed 10 years ago
Unverified
e68b164d1a1d8a9666f1f47f9d28ca83935b8398

Initial Commit

jjakesylvestre committed 10 years ago
Unverified
8c6d632dbad88229a2bd944d6cc4d3e180a12fdf

purge

jjakesylvestre committed 10 years ago

README

The README file for this repository.

Learn-MEAN

Definitions:

  • A Walking Skeleton is a tiny implementation of the system that performs a small end-to-end function. It need not use the final architecture, but it should link together the main architectural components. The architecture and the functionality can then evolve in parallel

Commands:

  • npm init
  • npm install nodemon -g
  • npm install --save express jade
  • npm install bower
  • bower init
  • bower install jquery --save
  • bower install toastr --save
  • bower install angular angular-resource angular-route --save
  • nodemon Notes:
  • --save-dev makes it non-global in scope when using npm