epsom
v0.2.8
Published
Express skeleton with coffee-script. Configured using mongoose, zurb foundation, emberjs, jquery. rawjs
Downloads
8
Readme
epsom
The aim of epsomjs is to provide a clear way to kick start your nodejs/expressjs project. The ultimate aim is provide a way to work with expressjs using coffeescript as your main langauge, emberjs as your view MVC and mongodb as your store.
releases:
0.1.1
- more relsitic configuration based on Emberjs. Now the tempaltes work with ember out of the box!
- remove zepto as emberjs needs jquery
0.0.1
- create template files for expressjs with zurb foundation, coffee-script, emberjs, jquery, zepto.
Install:
make sure you already have nodejs, npm and mongodb installed at global scope
npm install -g epsom
Useage:
mkdir your_new_project_dir
cd your_new_project_dir
crystal clear