create-exp-app
v1.1.1
Published
Create a backend project with expressjs ensuring MVC architecture
Maintainers
Readme
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-appOR
Create module based syntax instead of common js syntax
npx create-exp-app <project_name> es6Now 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
