mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-11 19:04:30 +00:00
515 B
515 B
title
| title |
|---|
| Debugging |
Debugging your server code is particularly easy with ndb. Install it globally...
npm install -g ndb
...then run Sapper:
ndb npm run dev
This assumes that
npm run devrunssapper dev. You can also run Sapper via npx, as inndb npx sapper dev.
Note that you may not see any terminal output for a few seconds while ndb starts up.