Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 404 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 404 Bytes

Xodarap

Just a playground for now.

Monorepo

Inspired by https://github.com/belgattitude/nextjs-monorepo-example.

How to run apps in development mode

  1. $ bun up
    • An alias of docker compose up.
  2. $ bun dev
    • Starts both frontend and backend servers in development mode.

Ports

  • Web UI (Next.js): 3000
  • API server: 8080
    • /graphql for GraphQL console
  • Hasura console: 4000