/boilerplate-nodejs-graphQL-react

Boilerplate NodeJS GraphQL ReactJS

Primary LanguageJavaScript

boilerplate using NodeJS GraphQL ReactJS

clone the repository :

    git clone git@github.com:Monaam12/boilerplate-nodejs-graphQL-react.git

server

Run :

    cd server && yarn
    docker-compose up --build -d mongodb
    yarn start

client

Run :

    cd client && yarn
    yarn start