Skip to content

Kamalnrf/express-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

$ npm install -g @kamalnrf/generator

Quick Start

The quickest way to generate an application as shown below:

Create the app:

$ generate-express
? Do you want new direcotry (Yes/No): yes
? Project name: _enter_your_project_name

Install dependencies:

$ npm install

Start your Express.js app at http://localhost:3000/:

$ npm start

Releases

No releases published

Packages

No packages published