1.0.3 • Published 1 year ago

express-skeleton-generator v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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!

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago