DEV Community

Tamas Szoke
Tamas Szoke

Posted on • Updated on

Boilerplate for MERN stack development

Welcome, this is my newest boilerplate module, it helps to start MERN stack development faster and uses features like:

  • Docker containers
  • Clear separation of concerns (client, server, build)
  • Folder by Feature structure
  • Clean code with JavaScript Standard Style
  • PM2 (cluster mode) for production
  • Built-in local authentication with Passport
  • Built-in Socket.IO connection
  • Detailed description

Thanks for stopping by,
Have a nice day!

Check out on GitHub

Update 2022

There is a new TypeScript version, check the article!

Top comments (0)