Skip to content

rlidwka/generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Logo

Express' application generator.

NPM Version NPM Downloads Build Status Gittip

Quick Start

The quickest way to get started with express is to utilize the executable express(1) to generate an application as shown below:

Create the app:

$ npm install -g express-generator
$ express /tmp/foo && cd /tmp/foo

Install dependencies:

$ npm install

Rock and Roll

$ npm start

About

Express' application generator

Resources

License

Stars

Watchers

Forks

Packages

No packages published