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

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.

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