Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pankajparkar/base-library
Base Library
https://github.com/pankajparkar/base-library
Last synced: 20 days ago
JSON representation
Base Library
- Host: GitHub
- URL: https://github.com/pankajparkar/base-library
- Owner: pankajparkar
- License: mit
- Created: 2020-03-17T15:56:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T16:03:13.000Z (about 2 years ago)
- Last Synced: 2024-10-31T23:12:42.428Z (2 months ago)
- Language: TypeScript
- Size: 1.24 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BaseLibrary
This sample project will be demonstration of wrapper around the material components. Well defined project specific theme components will appear here. These components will have storybook to showcase each component. And jest test cases to make sure while modifying library nothing breaks.
## Development server
Follow below steps to run it locally.
1. npm install
2. npm start## Running storybook
Storybook have been already configured with this project. Whenever you add new component into the library don't forget to add it inside the storybook.
## Running unit tests
Run `ng test` to execute the unit tests
Run `ng jest-test` will trigger test cases on storybook.## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).