/experiences-data-service

A store for world of experiences.

Primary LanguageJavaScriptISC LicenseISC

Experiences data service

Pre-requisites

Getting started

  • Clone the repository

    git clone https://github.com/mauryakrishna/experiences-data-service experiences-data-service
    
  • Install dependencies

    cd experiences-data-service
    npm install
    
  • Build and run the project

    npm run dev
    

    Navigate to http://localhost:4000/gql to load the GraphQL playground.

  • Analyze the build

    yarn build-stats
    

    Refer to Experiences client for front-end setup.