Skip to content
This repository has been archived by the owner on Oct 18, 2019. It is now read-only.
/ merng Public archive

UNMAINTAINED - 🎊 This is boilerplate for MERN stack with GraphQL and with integrations like Redux and SSR 🎊

License

Notifications You must be signed in to change notification settings

anikethsaha/merng

Repository files navigation

merng logo

MERNG-BoilerPlate

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



Maintainability Dependabot

Checkout the MERN-Boilerplate for MERN Stack Boilerplate

⚠️ The APIs (mostly for apollo) are outdated. Will update them soon ⚠️

GraphQL subscription is not added as a functional as it was quite unstable during the development time and can be added later

Getting Started

  • Clone the project
  • Install Dependecies
$ npm i
  • run the webpack
$ npm run build
  • run the express server
$ npm run server
  • run the graphql server
$ nodemon GraphQLServer # Please install nodemon globally using -  $ npm i -g nodemon
  • 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: 4 for MERNG

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

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
  • GraphQL - Query Language
  • Apollo - Graphql Engines and Client Side support

Features

  • Server Side Rendering
  • State Management
  • GraphQL Queries
  • GraphQL Subscriptions
  • GraphQL Mutations
  • Image for Container
  • Model Controller Project Structure
  • Build Pipelines
  • Tests
  • Examples
  • Live Demo

About

UNMAINTAINED - 🎊 This is boilerplate for MERN stack with GraphQL and with integrations like Redux and SSR 🎊

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages