You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This update improves the user experience by adding a default template for the root endpoint (/) when generating a new Express.js project using the CLI.
The default template includes a simple welcome message, making it easier for users to see an initial response without additional setup.
Updated README.md to reflect the changes.
✨ Added
The generated project now includes a default route (/) with a simple welcome message. This can be removed from app.js or app.ts if not needed.
📚 Documentation
Updated README.md to describe the new default template behavior.