Skip to content

🎉 This is boilerplate for MERN stack with integrations like Redux and SSR 🎉

License

Notifications You must be signed in to change notification settings

przemwierzbicki/MERN-Boilerplate

 
 

Repository files navigation

efba logo

MERN-BoilerPlate

badgeprs Coverage Status badgeprs badgeprs badgeprs

This is boilerplate for MERN stack with integrations like Redux and SSR



Checkout the MERNG-Boilerplate for MERN with GraphQL Stack Boilerplate

Getting Started

  • Clone the project
  • Install the Dependencies
$ npm i
  • Run the Webpack
$ npm run build
  • Run the express server
$ npm run server
  • To run the webpack-dev-server
$ npm run client:dev

You can Also add this using This Package

$ npm i -g @buildtip/create-web-app
$ cwa

And then on question no. 4 that is Please Select Project Stack [ Required ] : Type: 1

Look for the config/index.js for making changes in the configs of the project

  • Edit the src/client/index.js to make changes for client

  • Edit the src/components to make changes in components

  • Edit the src/server/index.js to make changes in the server

technology

  • NodeJS - Server
  • ExpressJS - Nodejs framework
  • MongoDB - Database
  • ReactJS - Frontend
  • Redux - State Management
  • Docker - Containerization and image
  • Eslint - Linter
  • Webpack - Bundler
  • Babel - Loader and Compiler/Transpiler
  • Jest - Testing Framework

Features

  • Server Side Rendering
  • State Management
  • Image for Container
  • Routing
  • Model Controller Project Structure
  • Build Pipelines
  • Tests
  • Examples

About

🎉 This is boilerplate for MERN stack with integrations like Redux and SSR 🎉

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.6%
  • HTML 3.9%
  • Dockerfile 3.5%