Mern Starter Versions Save

⛔️ DEPRECATED - Boilerplate for getting started with MERN stack

2.4.0

5 years ago
  • Fix test runner windows
  • Updated to webpack 3
  • Use .dockerignore to increase speed of building Docker image (no need to copy files to Docker build context).
  • Use npm@6 and add package-lock.json.
  • Update versions of nodejs used for testing in Travis (only LTS / actively maintained versions - no more node@4!!).
  • Use a single Dockerfile w/ build targets, to greatly speed up building of Docker image.
  • Swap default Docker environment from production to development, to improve DX.
  • Eliminate production-mode inclusion of devDependencies, to keep production Docker image as light as possible and lower production-mode memory usage.
  • Explicitly volume-map all files into Docker container when in dev-mode.
  • Removed the --harmony-proxies flag from npm test, as it is no longer supported by nodejs.
  • Eliminate different markup warning between client/server during dev

v2.0

7 years ago

Healthy & good nature cats. Require very little grooming

Release Notes

  • Improved file structure
  • Webpack 2 with Tree Shaking
  • Hot Reloading of react components and assets
  • Ava test runner
  • Internationalization support
  • Code Splitting with React Router
  • Code Generation through mern-cli
  • Docker support
  • Now you can make you own version of MERN. To know more, go here