generator-nsa

0.0.2 • Public • Published

generator-nsa NPM version Build Status Dependency Status

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.json

Running 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-nsa

Then generate your new project:

yo nsa

Install node dependencies:

npm install

Start up server

npm start

//or

node server/index.js

License

Apache-2.0 © Phillip_Chan

Readme

Keywords

Package Sidebar

Install

npm i generator-nsa

Weekly Downloads

0

Version

0.0.2

License

Apache-2.0

Last publish

Collaborators

  • phillipchan1