This expense tracker demo application showcases using several Essential JS 2 components together in a real-world application scenario. You can further explore the source code of this application and use it as a reference for integrating Essential JS 2 components into your applications.
To install the application dependencies, use the following command:
npm install
To Build the application, use the below command,
npm run build
To run the sample in the browser with live reload, use the following command:
npm run start
Check all the showcase samples from here.