Skip to content

Brunch template for an ember.js front-end with an express.js backend

Notifications You must be signed in to change notification settings

eflexsystems/brunch-with-expresso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an easy template to get started with a full-stack web application.

##Front-End##

  • jquery
  • ember.js
  • lodash
  • moment
  • bootstrap
  • emblem
  • bower
  • font-awesome
  • stylus

##Back-End##

  • node.js
  • socket.io
  • express

##Testing##

  • mocha
  • chai
  • sinon
  • Front-End tests are in the test folder and can be run by either
    • Running brunch and navigating to http://localhost:3333/test
    • Installing mocha-phantomjs, building with brunch and running mocha-phantomjs public/test/index.html

##Conventions##

  • Pages live in the pages directory and contain one or more of
  • ~ in template filenames turns into / so a file with the name 'testing~hello' will have a template name of 'testing/hello'

About

Brunch template for an ember.js front-end with an express.js backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published