Dashboard
CaPe Dashboard
Start local dev server
Demo
To run the example application type
npm run start
Testing with stub backend and database
To test the application fetching data from a stub database, type the following commands
npm run start:server
npm run start:test-e2e