doubco / hello-app

an express.js bootstrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An Express.js Bootstrap

with Locale support

This is the way we start on a new project.

first install grunt and coffeescript globally

  npm install grunt -g
  npm install coffeescript -g

then install project dependencies

  npm install
  bower install

start

  grunt

and go localhost:3000

Pre-processors

  • Coffeescript
  • Jade
  • Stylus with nib

Backend

  • Express.js

Frontend

  • Angular.js
  • Hammer.js

Cache

  • Memcached

Socket

  • Socket.io

Login

  • Passport

API

  • Mailchimp

About

an express.js bootstrap


Languages

Language:CoffeeScript 69.2%Language:CSS 19.2%Language:HTML 11.0%Language:JavaScript 0.6%