Skip to content

First MERN Boilerplate Release

Compare
Choose a tag to compare
@GauravWalia19 GauravWalia19 released this 31 Oct 11:09
· 9 commits to master since this release

This is a boilerplate repo for creating new mern stack apps that doesn't sucks.

This is minimalist boilerplate for Full Stack MERN developers (Recommended for beginners only). This boilerplate provides basic configurations like:

  • Sample CRUD API
  • Create-react-app boilerplate
  • NPM Scripts needed for MERN Stack
  • Sample mongoose connection provided for connecting API with database like mongodb
  • Heroku Deployment Configurations