express-generator-ok

1.0.10 • Public • Published

express-generator-ok

Installation

$ npm install express-generator-ok -g

Run Application

Choose the name of your project and create it using:

$ gen-ok -n <name>

Navigate to your project:

cd <name>

Install dependencies:

$ npm install

Run your app.js project locally at http://localhost:3000/:

$ node app.js

Command Line Options

This generator can also be further configured with the following command line flags.

-h, --help          output usage information
    --version       output the version number
-n, --name <name>   Project name

Info

The express-generator-ok generates a blank express project with a rMVC structure with blank routes. It uses an ejs javascript template and also includes the materialize framework. It generates a Procfile if you want to deploy your project to heroku.

/express-generator-ok/

    Package Sidebar

    Install

    npm i express-generator-ok

    Weekly Downloads

    12

    Version

    1.0.10

    License

    ISC

    Last publish

    Collaborators

    • okepa