mern-apollo-graphql-boilerplate
mern-apollo-graphql-boilerplate copied to clipboard
MERN + Apollo-Graphql Boilerplate
trafficstars
MERN + Apollo-Graphql Boilerplate :rocket: ·

Clone the repo using
git clone https://github.com/klendi/mern-apollo-graphql-boilerplate.git
Install Dependencies
Install Client Dependencies using
npm run client-install
Install Server Dependencies using
npm run server-install
Start the app
Start both backend at frontend at once
npm start
Start the client using
npm run client
Start the server using
npm run server
Folder Structure
├── client
│ ├── public
│ │ ├── favico.ico
│ │ ├── index.html
│ │ ├── manifest.json
│ ├── src
│ │ ├── App.css
│ │ ├── App.js
│ │ ├── index.js
│ │ ├── registerServerWorker.js
├── server
│ ├── controllers
│ │ ├── user.controller.js
│ ├── graphql
│ │ ├── resolvers.js
│ │ ├── schema.js
│ ├── models
│ │ ├── User.js
│ ├── routes
│ │ ├── user.routes.js
│ ├── server.js
Screenshots

Contributions
Contributions are welcome! Please read the contributing guidelines before getting started.