https://github.com/thinkphp/express-basic
A simple Website on Node.js with Express, Jade and Stylus deploying on Heroku.
https://github.com/thinkphp/express-basic
Last synced: 3 months ago
JSON representation
A simple Website on Node.js with Express, Jade and Stylus deploying on Heroku.
- Host: GitHub
- URL: https://github.com/thinkphp/express-basic
- Owner: thinkphp
- Created: 2013-03-09T20:03:17.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-13T18:31:34.000Z (almost 13 years ago)
- Last Synced: 2024-04-15T11:22:36.777Z (almost 2 years ago)
- Language: JavaScript
- Homepage: http://express-basic.herokuapp.com/
- Size: 650 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Express-basic
A simple Website on Node.js with Express, Jade and Stylus
# Quick Installation
```
$ git clone git://github.com/thinkphp/express-basic.git
$ cd express-basic
$ npm install express
$ npm install jade
$ npm install stylus
$ node app.js #Express server listening on port 3000
```
# Test it
Open a browser and go to http://localhost:3000