- make sure angular cli is installed by running
npm install -g @angular/cli
- run
npm i
- run
npm run build
- run
npm run test
To test local changes in core, and see changes in desktop/mobile, try the following steps:
- In core's root directory run
npm run build
- Run
npm link ./dist
from core's root directory - In either client's root directory run
npm link @noah231515/receipt-wrangler-core
- Optionally, run
ng build --watch
to build on file changes
After these steps, local changes made in core should appear and be usable in the linked app.
See more at https://docs.npmjs.com/cli/v9/commands/npm-link?v=true