This is boilerplate for MERN stack with GraphQL and with integrations like Redux and SSR
Checkout the MERN-Boilerplate for MERN Stack Boilerplate
$ npm i
$ npm run build
$ npm run server
$ nodemon GraphQLServer # Please install nodemon globally using - $ npm i -g nodemon
$ 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
- 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
- Server Side Rendering
- State Management
- GraphQL Queries
- GraphQL Subscriptions
- GraphQL Mutations
- Image for Container
- Model Controller Project Structure
- Build Pipelines
- Tests
- Examples
- Live Demo