Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 195 Bytes

DEMO.md

File metadata and controls

11 lines (6 loc) · 195 Bytes
  1. Start conversion module (watches file changes)

npm start -- -w src/demo/module.ts

  1. Run project build in watch mode

npm run build:watch

  1. Run GraphiQL server

npm run server:watch