GraphQL-mvp Basic template to create fullstack application Resources: Create React App Material-UI Apollo Client Graphql Database MongoDB install dependencies: for server side: npm i express nodemon graphql express-graphql mongoose cors --save for front side (UI): yarn add apollo-boost react-apollo graphql @material-ui/core @material-ui/icons react-swipeable-views recompose run application: Go to folder server and install dependecies: npm install Run server: npm run dev Go to folder application and install dependencies : yarn install Run project: yarn start