Skip to main content

Command Palette

Search for a command to run...

What do you understand by Scaffolding in Express.js?

Updated
1 min read
What do you understand by Scaffolding in Express.js?
R

Full Stack Developer with a passion for building web applications. PHP, Node.js, Laravel, MySQL, MongoDB. Love collaborating & making a difference

Scaffolding is using the application generator tool, express-generator, to quickly create an application skeleton. You can run the application generator with the npx command

$ npx express-generator

Source:

Express Application Generator. expressjs.com/en/starter/generator.html.

More from this blog

R

Raja Muhammad Asher - Senior Software Engineer - Full Stack Developer

157 posts

Full Stack Developer with a passion for building web applications. PHP, Node.js, Laravel, ExpressJS, MySQL, MongoDB. Love collaborating & making a difference