Kamalnrf / express-generator

Restful express app generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Restful express app generator


Languages

Language:JavaScript 100.0%