My opinionated & minimalist JavaScript full-stack starter-kit

mikas

Michael Kaserer

Posted on June 30, 2019

My opinionated & minimalist JavaScript full-stack starter-kit

Hey folks!

based on my previous experience of setting up multiple JavaScript full-stack architectures, I created my own opinionated & minimalist boilerplate:

JavaScript Full-Stack Starter Kit 🚀

It's based on frameworks such as Node.js, Express, MongoDB, Mongoose & Swagger for the backend and React (built with create-react-app) for the frontend.

Features

  • Node.js backend with Express
  • Swagger API specification & validation
  • MongoDB database
  • React frontend
  • Next generation JavaScript agnostic setup with Babel
  • Multi-container Docker setup
  • Easy Docker orchestration with handy Makefile commands
  • Mono-repo approach

Check it out and let me know what you think about it!

Cheers,
Michael ✌️

💖 💪 🙅 🚩
mikas
Michael Kaserer

Posted on June 30, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related