nodejs-starter

Single Page App setup using industry's best practices and modules. Node.js, Express, Mongoose, passport.js, component.io, Jade, Stylus and Bootstrap.

Github星跟踪图

Node.js Starter

Single Page App setup using industry's best practices and modules.
Node.js, Express, Mongoose, passport.js, component.io, Jade, Stylus and Bootstrap.

Demo

image

Requirements

Installation

Run from your terminal:

git clone git@github.com:gravityonmars/nodejs-starter.git
cd nodejs-starter
make 

Note: edit your config/development.json with your Facebook & Twitter keys. Instructions here

  • express — web application framework for node
  • Jade — Template engine
  • stylus — Pre-processor CSS
  • component.io — client package management for building better web applications
  • Bootstrap — CSS Framework
  • passport — Simple, unobtrusive authentication for Node.js.
  • mongoose — MongoDB object modeling tool designed to work in an asynchronous environment.
  • connect-mongo — MongoDB session store for Connect

Test

npm test

Projects using it

Contributors

Common errors

  • buffer.js:382 throw new Error('Unknown encoding');
    Update your node.js version
  • Difficulties under Windows, refer to issue #4
  • Heroku deployment check issue #5
  • Getting { [Error: EMFILE, open %fileName%'] errno: 20, code: 'EMFILE', after running make, make run or make run-dev This is due to a limit on the amount of files that can be open at the same time by your OS. Update your .base_profile file (or similar) by adding ulimit -n 2048.

Licence

MIT

主要指标

概览
名称与所有者rickyrauch/nodejs-starter
主编程语言JavaScript
编程语言Shell (语言数: 4)
平台
许可证
所有者活动
创建于2013-08-14 18:46:14
推送于2015-05-03 17:48:37
最后一次提交2015-05-03 14:48:41
发布数0
用户参与
星数663
关注者数32
派生数134
提交数136
已启用问题?
问题数19
打开的问题数6
拉请求数3
打开的拉请求数1
关闭的拉请求数4
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?