Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 591 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 591 Bytes

ISTE-NITH

Getting Started

  1. Install the required dependencies with

    npm install
  2. First, run the development server:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
    # or
    bun dev

Used concurrently to run local development server and GraphQL server.

To test the GraphQL server (Apollo-Server) independently.

nodemon apollo-server.mjs