Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 406 Bytes

File metadata and controls

20 lines (12 loc) · 406 Bytes

MobX in React - Integration with @tanstack/react-query

WARNING: This project requires NodeJS 18.x and pnpm as a NPM packages manager

Installing NPM packages

pnpm install --frozen-lockfile

Commands

  • Run in Dev mode

    # from CLI
    pnpm dev
    
    # from WebStorm
    Run configuration "dev"
    
    # from VSCode
    Run task "dev"