Boilerplate collection
home / express / express-application-generator
express-generator is an application generator tool to quickly create an application skeleton. The Express Generator is shipped as an NPM module and installed by using the NPM command line tool npm.
$ npm install express-generator -g
$ express MyApp
$ cd MyApp
$ npm install
$ npm start
The -g switch installs the Express Generator globally on your machine so you can run it from anywhere.
Handpicked Collection of starter boilerplates for your next side-project, be it with React, Vue, Node, Meteor, Backbone etc.