How to quickly create a Node.js app with DhiWise — Starting a new Express application requires a certain amount of boilerplate code, which includes starting a new server instance, configuring a view engine, and setting up error handling. There are various starter projects and boilerplates available, that give you the Node JS, Express, and Mongoose boilerplate project in few minutes. What is a Boilerplate?