Essential JS 2 is a modern JavaScript UI toolkit that has been the built from the ground up to be lightweight, responsive, modular and touch friendly. It is written in TypeScript and has no external dependences.
To install all dependent packages, use the below command
npm install
To compile the source files, use the below command
npm run build