Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shinriyo/express_test

Node.jsのExpress
https://github.com/shinriyo/express_test

Last synced: 19 days ago
JSON representation

Node.jsのExpress

Awesome Lists containing this project

README

        

ドットインストールのExpressのCoffeeScript
===

http://dotinstall.com/lessons/basic_expressjs/

===
How to use
===

setup
---

npm install -g express

export NODE_PATH=/usr/local/lib/node_modules
NPM_PATH=/usr/local/bin/npm
export PATH=/usr/local/bin:~/bin:$NPM_PATH:$NODE_PATH:$PATH

run
---
node js/app

if you don't install
---
npm install -g jitter
npm install ejs -g

cd project_name
jitter coffee js --bare
node app