1.1.1 • Published 6 months ago
create-exp-app v1.1.1
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