ypahalajani / MERN-Boilerplate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

efba logo

MERN-BoilerPlate

badgeprs contributors 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

Contributors

Thanks goes to these wonderful people (emoji key):

Anix
Anix

πŸš‡ ⚠️ πŸ€” 🚧 🎨 πŸ’»
przemwierzbicki
przemwierzbicki

πŸš‡ ⚠️ πŸ’»
Anmol Varma
Anmol Varma

πŸš‡ ⚠️
Fasoro-Joseph Alexander
Fasoro-Joseph Alexander

πŸš‡ ⚠️

This project follows the all-contributors specification. Contributions of any kind welcome!

About

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

License:MIT License


Languages

Language:JavaScript 94.3%Language:HTML 3.0%Language:Dockerfile 2.7%