Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 197 Bytes

DEV.md

File metadata and controls

11 lines (8 loc) · 197 Bytes

Development

Run backend compiler in watch mode, then run backend and frontend:

$ npm run backend:build:watch
$ npm run backend:start
$ npm run ngxe:start

Re-run backend after changes.