0.1.12 • Published 3 years ago

@jandranrebbalangue/express-js v0.1.12

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Express Project Generator

Convenient way to scaffold express project

Installation

$ npm install -g @jandranrebbalangue/express-js

Quick Start

The quickest way to get started is use npx and pass in the name of the project you want to create. Create the app:$ npx create-express-proj "project name"

Start your express app in development mode at http://localhost:3000/:

$ cd "project name" && npm install &&  npm run dev
0.1.12

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago