generator-nsa
v0.0.2
Published
Boilerplate for starting a node application
Readme
generator-nsa

Boilerplate for starting a node application
This Yeoman generator creates a node starter app.
Folder Structure
client/
index.html
css/
js/
server/
index.js
gulpfile.js
package.jsonRunning Tests
Installation
First, install Yeoman and generator-nsa using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-nsaThen generate your new project:
yo nsaInstall node dependencies:
npm installStart up server
npm start
//or
node server/index.jsLicense
Apache-2.0 © Phillip_Chan
