Skip to content

JimLynchCodes/jims-dev-express-ng-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jims-dev-express-ng-demo

Example of some devexpress charts in an Angular webapp.

Netlify Status


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)