Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shinriyo/express_test
- Owner: shinriyo
- Created: 2014-01-30T11:09:40.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-15T05:15:57.000Z (almost 11 years ago)
- Last Synced: 2024-04-15T08:57:22.350Z (7 months ago)
- Language: JavaScript
- Size: 4.71 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:$PATHrun
---
node js/appif you don't install
---
npm install -g jitter
npm install ejs -gcd project_name
jitter coffee js --bare
node app