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
- Host: GitHub
- URL: https://github.com/simonaco/node-qs
- Owner: simonaco
- Created: 2018-03-06T16:15:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T06:33:35.000Z (over 3 years ago)
- Last Synced: 2025-08-14T23:42:48.150Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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.