Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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:

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)