git clone https://github.com/klendi/mern-apollo-graphql-boilerplate.git
npm run client-install
npm run server-install
npm start
npm run client
npm run server
├── 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
Contributions are welcome! Please read the contributing guidelines before getting started.