Skip to content

wunderdogsw/wunderdog-starter

Repository files navigation

wunderdog-starter

Starter for Wunderdog coding exercise

Usage:

  • npm run start = frontend production build + start production server -> http://localhost:4001
  • npm run dev = starts development server (backend) and Vite development server (frontend) -> http://localhost:4000 (frontend) & http://localhost:4001 (backend)
  • npm run dev:client = starts Vite development server (frontend) -> http://localhost:4000
  • npm run dev:server = start development server (backend) -> http://localhost:4001
  • npm run clean = clean
  • npm run build = build (client/frontend, production build)
  • npm run typecheck = type check
  • npm run lint = lint (ESLint)
  • npm run lint:fix = autofix linting errors
  • npm run format = check format (Prettier)
  • npm run format:fix = autofix format
  • npm run test = run tests
  • npm run test:watch = run tests in watch mode