1.0.7 • Published 4 years ago

express-starter-pack v1.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

express-starter-pack

A script to start an express js project with the essential folders.

Install

To install this program run in the terminal:

npm i -g express-starter-pack

How to use

After the install, you need to create an empty folder. Inside the folder you created, run in the terminal:

express-starter-pack

It creates the structure of an express project. The created folders and files are:

|-- your-folder
    |-- config
    |-- controllers
    |-- models
    |-- routes
    |-- index.js
    |-- package.json  

Also, it installs the express package for you.

Now, you can run your express app using:

node index.js

You'll see the following output:

Listening on port 3000

And that's it, now you can modify the structure as you wish.

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago