1.8.0 • Published 1 year ago

launch-express-app v1.8.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Launch Express App

A quick and minimalistic way to get started with express.js server-side development

Quick Overview

Follow this command to get started

  npx launch-express-app my-app
  cd my-app
  npm install

Running Server

To run server, run the following command

  npm run start-dev

Folder Structure

my-app \ ├── bin \ │ ├── www.js \ ├── db \ │ ├── mongodb.js \ ├── middlewares \ │ ├── userValidator.js \ ├── public \ │ ├── image \ │ ├── stylesheets \ │ ├── style.css \ │ └── home.html \ ├── routes \ │ ├── index.js \ │ ├── users.js \ ├── index.js \ └── package.json

Contributing

Contributions are always welcome!

Create pull requests to contribute.

1.8.0

1 year ago

1.7.0

1 year ago

1.6.5

1 year ago

1.6.2

1 year ago

1.6.0

1 year ago

1.5.2

1 year ago

1.5.1

1 year ago

1.5.0

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.0.0

1 year ago