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

https://github.com/dcsg/nodeexpresssite


https://github.com/dcsg/nodeexpresssite

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

About Node Express Site
=======================

First [Express.js](http://expressjs.com/) website to understand better Node.js, Jade and Stylus

### _This is under development_

# Installation

First clone the git repository

`git clone git://github.com/danielcsgomes/NodeExpressSite.git`

Then install the requried packages

```
cd NodeExpressSite
npm install express
npm install stylus jade
npm install -g nodemon
```

Run the application (Express server listening on `port 3000`)

```
nodemon app.js
```