verxpress
v1.0.5
Published
prepare your backend project in express to easily upload it to vercel
Maintainers
Readme
Verxpress
Create your express server with a simple file that this module will generate for you in a matter of seconds ⏳.
Instalation
If you want to install it globally 🌐.
npm install -g verxpressUsage
Run the cli with the following command 💻.
verxpressOr Usage module for npx 🎽.
npx verxpressIn the console it will launch a question to know the name of the main file of the express app 🈸.

By default this is index.js if you give it enter, but it can be the name you want 📛.
This generates a vercel.json file at the root of the project, which will be used by the vercel platform to deploy the app 🚀.
From here, simply enter the vercel platform and upload the project, it will detect the vercel.json and configure that part to support express. Follow the steps and requirements of the platform and voila, you have it 🎉.
Important 👀
Your main file must be in the root of the project because vercel requests it in this section 📚.
