Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 841 Bytes

expressjs.md

File metadata and controls

37 lines (19 loc) · 841 Bytes

Express.js


Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.

##Pages Express.js Generator Pages comes with a command line tool to generate ExpressJS boilerplate using one simple command:

###Requirements

  • NodeJS
  • Grunt

###How to generate ####Step one

Using your terminal navigate to the directory boilerplate in your downloaded package

####Step two

Run the following command on your terminal, this will download the dependencies for the generator to work and only required once

npm install

####Step Three

Type the following command to generate your expressjs boilerplate for pages framework installed

grunt build:express To give your app name type it as the last argument

grunt build:express:my app name here