Setting up express app from scratch, when starting project can be simple but tedious if it has to be done multiple times.
I created this package to automate the setup of an Express.js server with Vercel deployment already provided, saving you from the hassle of setting up the app for deployment later.
npm install setup-express-vercelor preferred usage
npx setup-express-vercelThis will setup your express app, without installing the package into your device.
Run the command in any terminal(Powershell/cmd in Windows or bash in Linux/Mac)
- Project Name - Your express project name Default - express-app
- Confirmation - Y/y for Yes(default) | N/n for No
- express
- dotenv
- body-parser
- cors
- nodemon
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch.
- Make your changes.
- Submit a pull request.
This project is licensed under the MIT License.

