Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimlynchcodes/jims-dev-express-ng-demo
Example of some devexpress charts in an Angular webapp. Live demo:
https://github.com/jimlynchcodes/jims-dev-express-ng-demo
angular devexpress typescript unit-testing
Last synced: about 2 months ago
JSON representation
Example of some devexpress charts in an Angular webapp. Live demo:
- Host: GitHub
- URL: https://github.com/jimlynchcodes/jims-dev-express-ng-demo
- Owner: JimLynchCodes
- License: mit
- Created: 2023-06-22T14:55:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-04T03:50:57.000Z (over 1 year ago)
- Last Synced: 2024-04-23T22:04:41.200Z (9 months ago)
- Topics: angular, devexpress, typescript, unit-testing
- Language: HTML
- Homepage: https://stellular-quokka-e5b4ea.netlify.app/
- Size: 814 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jims-dev-express-ng-demo
Example of some devexpress charts in an Angular webapp.
[![Netlify Status](https://api.netlify.com/api/v1/badges/b4d02bb7-5513-4a43-8b93-7f088b3375e9/deploy-status)](https://app.netlify.com/sites/stellular-quokka-e5b4ea/deploys)
## Live Demo
The live site for this codebase can be viewed here: https://stellular-quokka-e5b4ea.netlify.app/
## How To Run
### Run locally
```
npm start
```### Build
```
npm run build
```### Run Unit Tests
```
npm test
```### Run Unit Tests With Code Coverage
```
npm run test:cov
```### Run Unit Test Mutation Tests
```
npm run test:mutation
```
## Deploy
(handled automatically by Netlify CI/CD)