express-skeleton-generator

1.0.3 • Public • Published

Express Skeleton Generator Guide

1. Installation

$ npm install express-skeleton-generator 

2. Build the skeleton

$ express-skeleton <app-name>

e.g

$ express-skeleton my-app

3. Go to the application folder

$ cd <app-name>

4. Install the dependencies

$ npm install

5. Start the project

$ npm start 

This package utilizes pug for the templating engine, however you can customize it to your preferred engine.

Happy Webdeving!

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i express-skeleton-generator

      Weekly Downloads

      0

      Version

      1.0.3

      License

      ISC

      Unpacked Size

      5.7 kB

      Total Files

      4

      Last publish

      Collaborators

      • whoisjohnmichael