1.1.1 • Published 6 months ago

create-exp-app v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

Easily create backend project in no time with a single command ensuring MVC pattern using node and express with environment variables and cors setup.

USAGE

npx create-exp-app <project_name>

OR

Current folder as the project

npx create-exp-app .

OR

npx create-exp-app

OR

Create module based syntax instead of common js syntax

npx create-exp-app <project_name> es6

Now run the project and go to localhost:5000

This will create a project with necessary packages to get started

The project will be created inside the folder from where the command is run

1.1.1

6 months ago

1.1.0

6 months ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago