DEV Community

Cover image for Base Node.js project
Leandro Andrade
Leandro Andrade

Posted on

Base Node.js project

Hi guys, I'd like to share my minimalistic boostrap Node.js project, node-essential. The propose of node-essential is a base structure to start a development with Node.js.

Sometimes we needed do create a new Node.js project with a base structure and base libraries to start a Web API's, swagger documentation and so fourfh.

In this project, I am create a base structure using clean architecture principles.

Please, check out on my github: https://github.com/leandroandrade/node-essential

I hope it helps you, just as it is helping me. Thank you and have fun!!!

Top comments (0)