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

https://github.com/simonaco/node-qs

Sample node app generated with express-generator
https://github.com/simonaco/node-qs

Last synced: 5 months ago
JSON representation

Sample node app generated with express-generator

Awesome Lists containing this project

README

          

# node-qs

This is a sample project created with express-generator following steps on

You can scaffold (create) a new Express application using the Express Generator tool. The Express Generator is shipped as an npm module and installed by using the npm command line tool npm.

```
$ npm install -g express-generator
```

The -g switch installs the Express Generator globally on your machine so you can run it from anywhere.