- You can build the library running
npm run build:smartish
orng build ngrx-smartish
- You can build the app running
npm run build
orng build
- You can serve the app running
npm run start
orng serve
- You can run the library tests using
npm run test:smartish
orng test ngrx-smartish
- You can run the app tests using
npm run test
orng test