Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 620 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 620 Bytes

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.