workstride-design-system
v0.0.6
Published
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.9.
Readme
WorkstrideDesignSystem
This project was generated with Angular CLI version 14.2.9.
Setup
Run npm install
To connect it up to the ng-workstride repo, simply cd into the dist/workstride-design-system directory and npm run watch. In another terminal tab/window cd into this same directory and run npm pack, which will create a .tgz file.
Go back to the ng-workstride project and run npm install /path/to/workstride-design-system/name-of-tgz-file.tgz and your changes will show up in the app now.
Note** Whenever you save your work and are ready to pack into the .tgz file, the dist/workstride-design-system may be destroyed so you will have to cd into it again before running the npm pack command
Will work on switching to symlinking later but it doesn't work properly at the moment.
Development server
Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.
Code scaffolding
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Build
Run ng build to build the project. The build artifacts will be stored in the dist/ directory.
Running unit tests
Run ng test to execute the unit tests via Karma.
Running end-to-end tests
Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
Further help
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.
