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 installTo Build the application, use the below command,
npm run buildTo run the sample in the browser with live reload, use the following command:
npm run startCheck all the showcase samples from here.