Shared UI components and styles for the SkySource project.
- Angular
- [Any other key technologies]
- Navigate to the ui-library directory
- Install dependencies:
npm install
- Build the library:
ng build my-ui-lib
Import components and styles from this library in your client and admin applications.
To develop and test components, use the Storybook environment:
npm run storybook
Run ng build my-ui-lib
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test my-ui-lib
to execute the unit tests via Karma.