https://github.com/heavenshell/ts-angular
My Angular practice
https://github.com/heavenshell/ts-angular
Last synced: about 2 months ago
JSON representation
My Angular practice
- Host: GitHub
- URL: https://github.com/heavenshell/ts-angular
- Owner: heavenshell
- Created: 2019-10-11T15:56:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-05T19:35:50.000Z (over 1 year ago)
- Last Synced: 2025-03-06T02:12:11.559Z (over 1 year ago)
- Language: TypeScript
- Size: 1.73 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ts-angular
[](https://github.com/heavenshell/ts-angular/actions)
[](https://renovatebot.com/)
[](https://github.com/prettier/prettier)
My angular suburi(practice).
| Library | Description |
| :------- | :-------------------- |
| Angular | Framework |
| Jest | Testing framework |
| TestCafe | E2E Testing framework |
## TODO
- [x] Jest
- [x] Storybook
- [ ] Eslint
- [x] Prettier
- [x] Markdownlint
- [x] TestCafe
## Generate api client
```console
yarn codegen
```
## Development server
```console
yarn start
```
## Build
```console
yarn build --prod
```
## Running unit tests
Run jest
```console
yarn test
```
Run jasmine with karma
```console
yarn test:karma
```
## Running end-to-end tests
Run TestCafe with start ng serve automatically
```console
yarn e2e
```
Run TestCafe with static build
```console
yarn build
yarn e2e:http-server
```
Run Storybook
```console
yarn storybook
```
## License
MIT