Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 404 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 404 Bytes

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