Skip to content

klendi/mern-apollo-graphql-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN + Apollo-Graphql Boilerplate 🚀 · npm PRs Welcome GitHub license

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

Image

Contributions

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

License

MIT