0.1.12 • Published 2 years ago

@jandranrebbalangue/express-js v0.1.12

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago