Skip to content

An experiment to see what a simple node app would look like with "Components" from the @visionmedia blog

Notifications You must be signed in to change notification settings

hunterloftis/component-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express App - Components

A simple app with sign-in and dashboard views.

Concepts

  • Everything is a component (components live in lib)
  • Pyramid testing (view integrations live in test, model and controller tests live in lib/{component}/test)
  • Makefile as entry point (everything starts with make)
  • Separate code and config (config is injected into main()) ...and other 12-factor guidelines

Try it

$ git clone git://github.com/Skookum/component-test.git
$ cd component-test
$ make setup
$ make test
$ make open

Inspired by

About

An experiment to see what a simple node app would look like with "Components" from the @visionmedia blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published